Ready to use template to create a bot using discord.py with slash commands.
- Base code to start developing your discord bot
- Example usage of cogs
- Implementation of commands groups
- Easy-to-use logger for CLI
- Fully working basic level system with admin commands to manage users' info
- Clone the repository
- Configure data in config.py file
- Download libraries from the requirements file
- Make your bot from the template!
- Add more discord.py feature
- Create a new file for each feature
- Fix the requirements.txt
- Improve code explaination
- Moderation system
- Self-roles
- Auto-roles
- Improvements