https://github.com/brkpoint/example-bot_discord.js
example bot
https://github.com/brkpoint/example-bot_discord.js
Last synced: 24 days ago
JSON representation
example bot
- Host: GitHub
- URL: https://github.com/brkpoint/example-bot_discord.js
- Owner: brkpoint
- License: mit
- Created: 2022-10-29T15:30:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T08:59:47.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T01:26:49.785Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# example-bot discord.js
Paste token and bot id in .env file for it to work
~ INSTRUCTIONS
create folder and pase all files from this repository and open command prompt in this directory and type: npm init
then you need to install:
- discord.js
- ms
```
npm install discord.js
```
```
npm install ms
```
```
npm install dotenv
```
paste token and bot id in .env file for it to work
~ DISCORD GUIDE
https://discordjs.guide