A Discord bot to track mythic keystones in World of Warcraft using discord.py.
-
Keep track of keystones for your characters
-
Show the latest keystones for anyone in your server
-
Check this week's affixes
-
Get information about a specific affix
-
See the timers for a specific dungeon
-
List all of the dungeons with some of their alternative names
-
And more - use the
!help
command for more details about each command
Use this link to add the bot to your server. You must be a server admin to add the bot.
Requires python 3.6.3 to run.
- Clone this repo by running
git clone https://github.com/Hovspian/keystones.git
from the terminal or fork it and follow the instructions there - Get the project's dependencies by running
pip install -r requirements.txt
- Follow
secrets_example.py
to set up your ownsecrets.py
- Run the bot with
python -m keystones.__main__
while in the root directory of this repo
If you find an issue with the bot or think of a feature that would be useful, open an issue.