Releases: kkrypt0nn/Python-Discord-Bot-Template
Releases · kkrypt0nn/Python-Discord-Bot-Template
Version 6.2.0
Version 6.1.1
Don't enable message content intent by default
Version 6.1.0
fix: Bug fixes & function return type hints
Version 6.0.2
fix: Proper update dates
Version 6.0.1
- Added two context menu commands, one for users and one for messages
Version 6.0.0
- Made a custom class for the bot that subclasses
commands.Bot
- Don't connect to the SQLite database all the time, created a
DatabaseManager
class that handles database operations - Changes to some Markdown files
- Using environment file or environment variable for the token
- Removed the custom checks, blacklist is gone & using discord.py's owner check
- Changed main color from
0x9C84EF
to0xBEBEFE
Version 5.5.0
- Added
bot.logger
to have proper logging - Added
CONTRIBUTING.md
andCODE_OF_CONDUCT.md
files - Overall embeds refactoring
- Issues and features templates
Version 5.4.2
- Added
blacklist show
command to see the list of blacklisted users blacklist remove
andblacklist add
commands now send proper error messages
Version 5.4.1
- Loading files relatively to where the
bot.py
file is located, so that you can start the bot from anywhere in your system
Version 5.4
- Added
@commands.bot_has_permissions()
checks and handle the exception for it - Fixed
purge
command - Removed
asyncio
from the requirements file