mirror of
https://github.com/ethanrusz/echbot.git
synced 2024-11-21 19:57:46 -05:00
21 lines
394 B
Markdown
21 lines
394 B
Markdown
# echbot
|
|
|
|
A trash bot for Smite fun.
|
|
|
|
## Environment
|
|
|
|
You must set the following for the bot to run.
|
|
|
|
```yml
|
|
environment:
|
|
- DISCORD_TOKEN=your_token_here
|
|
- GUILD_ID=your_guild_id_here
|
|
- DEV_ID=your_hi-rez_dev_id
|
|
- AUTH_KEY=your_hi-rez_auth_key
|
|
```
|
|
|
|
## Quotes
|
|
|
|
A `quotes.txt` file must be present in the root directory for the ping command to function. The format is one quote per
|
|
line.
|