A Discord bot template using Discord.py.
The source code is commented extensively. For the best reading experience, view the files in the following order:
bot.pycogs/system.pycogs/utility.pycogs/fun.py.
- Install a recent version of Python.
- (Optional) Create and activate a virtual environment.
- Install dependencies via
pip -r requirements.txt - Copy
.env.exampleto.envand fill outDISCORD_TOKEN. - Run the bot using
py bot.py.
This template is made available under the MIT license and maintained by the vsHacks team.