forked from viveksantayana/geas-bot
Finished the bot. Requires testing.
Wrote up documentation. Readme needs finishing. Future development needs to use global listeners for processes.
This commit is contained in:
@ -31,6 +31,9 @@ BOT_TOKEN=(API token for the production version of the bot.)
|
||||
TEST_TOKEN=(API token for any test instance.)
|
||||
CONFIG=(Path to config file. The bot defaults to './data/config.yml' if not provided.)
|
||||
DATA=(Path to data file. The bot defaults to './data/data.yml' if not provided.)
|
||||
LOOKUP=(Path to the game role lookup file. The bot defaults to './data/lookup.yml' if not provided.)
|
||||
GM=(Path to the GM lookup file. The bot defaults to './data/gm.yml' if not provided.)
|
||||
CATEGORIES=(Path to the channel category lookup file. The bot defaults to './data/categories.yml' if not provided.)
|
||||
BOT_VERSION=(verson string)
|
||||
BOT_MAINTAINER_ID=(Discord user ID of the person maintaining the bot to enable debug features.)
|
||||
```
|
||||
|
Reference in New Issue
Block a user