bot.py
is a Discord bot which interfaces with Puzzleboss and provides solving tools to huntersclient.py
runs a local server you canncat
to and ask it for specific channel creation/announcement/management commands
cp config.ini-template config.ini
# set up your configuration to the DB, asyncio_server ports, etc.
nano config.ini
Then, run ./bot.py
to start the bot.
Talk to client.py
using ./puzzcord
. You may need to adjust the port information in ./puzzcord
based on your particular config.ini
.