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.py
cogs/system.py
cogs/utility.py
cogs/fun.py
.
- Install a recent version of Python.
- (Optional) Create and activate a virtual environment.
- Install dependencies via
pip -r requirements.txt
- Copy
.env.example
to.env
and 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.