discord-bot/README.md

13 lines
385 B
Markdown
Raw Normal View History

2021-05-19 00:00:21 -04:00
# Codey Bot
## Required environment variables
2021-05-21 17:19:30 -04:00
2021-05-19 00:00:21 -04:00
- `BOT_TOKEN`: the token found in the bot user account.
- `NOTIF_CHANNEL_ID`: the ID of the channel the bot will send system notifications to.
## Running the bot locally
2021-05-21 17:19:30 -04:00
2021-05-19 00:00:21 -04:00
1. Run `yarn` to install dependencies.
1. Add the required environment variables in a `.env` file in the root directory.
1. Run `yarn dev` to start the bot locally.