Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 665 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 665 Bytes

Discord Bot Starter Template

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:

  1. bot.py
  2. cogs/system.py
  3. cogs/utility.py
  4. cogs/fun.py.

Usage

  1. Install a recent version of Python.
  2. (Optional) Create and activate a virtual environment.
  3. Install dependencies via pip -r requirements.txt
  4. Copy .env.example to .env and fill out DISCORD_TOKEN.
  5. Run the bot using py bot.py.

License

This template is made available under the MIT license and maintained by the vsHacks team.