A Discord bot for tracking World of Warcraft mythic+ keystones. Made with the discord.py library.
- Go to https://discordapp.com/developers/applications/me
- Create an application & retrieve your bot token
- Clone the repo & navigate to directory
- (Optional) Run
python -m venv env
to create a virtual python environment - (Optional) Run
source env/bin/activate
to activate the virtual python environment - Run
pip install -r requirements.txt
to install the required python modules - Create a file named token.txt in the repo directory
- Put your bot token in
token.txt
- Run
python keystone_bot.py
to start the keystone bot
Command | Description |
---|---|
help | explains how to use the bot |
dungeons | list of dungeons and acceptable abbreviations |
add | adds a key |
remove | removes a key |
keys | lists current stored keys |
affixes | lists the weekly affix information |