16 lines
529 B
Markdown
16 lines
529 B
Markdown
# Discord bot for jessydavid49
|
|
|
|
## Features
|
|
|
|
- [ ] Send a message when a user creates a new forum post
|
|
- [ ] Configurable Message
|
|
- [x] Userinfo command
|
|
|
|
## SETUP
|
|
|
|
1. First, type `npm install` in your console.
|
|
2. You need to make .env file. This process is very important and this file will serve to store the bot's tokens. Type this in your .env file `TOKEN = token`
|
|
**YOU NEED TO CHANGE token TO YOUR BOT'S TOKEN.**
|
|
3. Change the message in config.json file.
|
|
4. Type `node .` or `node index.js` in your console.
|