forked from viveksantayana/geas-bot
Updated bot.
Bugfix: player count on GM leaving Added /tcard command with audio Updated debug commands
This commit is contained in:
@ -33,7 +33,6 @@ GM=(Path to the GM lookup file. The bot defaults to './data/gm.yml' if not provi
|
||||
CATEGORIES=(Path to the channel category lookup file. The bot defaults to './data/categories.yml' if not provided.)
|
||||
PITCHES=(Path to the pitches data file. The bot defaults to './data/pitches.yml' if not provided.)
|
||||
BOT_VERSION=(verson string)
|
||||
BOT_MAINTAINER_ID=(Discord user ID of the person maintaining the bot to enable debug features.)
|
||||
```
|
||||
|
||||
The correct API keys need to be entered in the environment variables in the `.env` file, and for a copy of this file to be placed in the root and the `app` directories.
|
||||
@ -63,7 +62,7 @@ in order for to authenticate as the correct bot.
|
||||
| | |-- botcommands
|
||||
| | | `-- prefix.py
|
||||
| | |-- controlcommands
|
||||
| | | `-- control.py
|
||||
| | | `-- debug.py
|
||||
| | |-- events
|
||||
| | | |-- on_command_error.py
|
||||
| | | |-- on_connect.py
|
||||
@ -98,8 +97,6 @@ in order for to authenticate as the correct bot.
|
||||
| | |-- data.yml
|
||||
| | |-- gm.yml
|
||||
| | `-- lookup.yml
|
||||
| |-- debug
|
||||
| | `-- debug.py
|
||||
| |-- Dockerfile
|
||||
| `-- requirements.txt
|
||||
|-- CHANGELOG.md
|
||||
|
Reference in New Issue
Block a user