Skip to content

vsHacks/discord-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published