This commit is contained in:
mightypanders 2021-11-11 20:21:16 +01:00
parent db0849c6c2
commit fa7ae7cbc1

View File

@ -2,6 +2,18 @@
- yarn
- npm
## Environment Variables
- `BOT_TOKEN` -> acquire this from your Discord Application Page
- `GUILD_ID` -> the guild this bot should be active in. Still needs to be determined manually for the moment.
- `CLIENT_ID` -> not used right now
If you want to use this locally put these values into a file called `.env` in the project root.
```.env
BOT_TOKEN=<value here>
GUILD_ID=<value here>
CLIENT_ID=<value here>
```
## Usage
- Clone repo
- cd into dir