Readme
This commit is contained in:
parent
db0849c6c2
commit
fa7ae7cbc1
12
README.md
12
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user