An open API service indexing awesome lists of open source software.

https://github.com/midnightdoggo19/boop

Example bot
https://github.com/midnightdoggo19/boop

discord-bot example-code

Last synced: 4 months ago
JSON representation

Example bot

Awesome Lists containing this project

README

        

# Instructions for Use

Clone the repo:
```
gh repo clone midnightdoggo19/boop
```
Enter the new directory:
```
cd say
```
Install dependencies:
```
npm i
```
Fill your Discord application's information in `.example.env` and rename it to `.env`. The bot is now ready to run:
```
npm start
```
# Required Intents:
* Server Members
* Message Content