Skip to content

Brettanda/discord-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord.py bot template

Supports Python 3.8 and up

A template for discord.py v2.0 bots with cogs.

Running

  1. Add your bot token to the .env file
TOKEN=YOUR_TOKEN_HERE
  1. Setup venv
python3.8 -m venv venv
  1. Install the pip dependencies
pip install -U -r requirements.txt

About

A template for discord.py2.0 bots with cogs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published