Discord.py bot template Supports Python 3.8 and up A template for discord.py v2.0 bots with cogs. Running Add your bot token to the .env file TOKEN=YOUR_TOKEN_HERE Setup venv python3.8 -m venv venv Install the pip dependencies pip install -U -r requirements.txt