echbot/README.md

16 lines
257 B
Markdown
Raw Permalink Normal View History

2023-01-09 16:50:52 -05:00
# echbot
2023-01-11 16:31:15 -05:00
2023-03-08 13:28:20 -05:00
A helper bot for Smite fun.
2023-01-11 16:31:15 -05:00
## Environment
You must set the following for the bot to run.
```yml
environment:
- DISCORD_TOKEN=your_token_here
- GUILD_ID=your_guild_id_here
2023-01-12 02:21:42 -05:00
- DEV_ID=your_hi-rez_dev_id
- AUTH_KEY=your_hi-rez_auth_key
2023-01-11 16:31:15 -05:00
```