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
- Host: GitHub
- URL: https://github.com/midnightdoggo19/boop
- Owner: midnightdoggo19
- License: mit
- Created: 2025-01-29T21:12:58.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-02-25T18:32:33.000Z (4 months ago)
- Last Synced: 2025-02-25T19:24:35.175Z (4 months ago)
- Topics: discord-bot, example-code
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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