Welcome to my DiscordPy Bot template. This is a template that I used for any Discord bots that I write.
Uses DiscordPy 2.0 and features slash commands, cogs, and a WebUI that goes online when the bot is online. You can do anything you want with this template.
To set up, add all commands in /cogs, and add html pages in /templates. Then add a .env file with your CLIENTTOKEN from Discord in the root folder. Then run the bot.py file and it will work perfectly. I use this template for all my Discord bots.