A Discord bot to help run Discord Survivor ORGs
This was written mainly for my own ORGs, but it can also be used by anyone in their own ORGs. You'll have to create your own Discord bot to do this, though, as I didn't write this to handle more than one season at a time.
To install, copy all files to a single directory, then run setup.py. It will ask you for the token of your Discord bot. You are then ready to run jeffbot.py.
NOTE: The bot must be run from the directory it is in.
- Python 3.6.2+
- Rapptz's
discord.pylibrary
pip should handle the library for you. I recommend checking the discord.py repository out yourself.