Releases: kkrypt0nn/Python-Discord-Bot-Template
Releases · kkrypt0nn/Python-Discord-Bot-Template
Version 6.4.0
What's Changed
- fix: Specified utf-8 encoding when opening schema.sql by @Shyromyro in #107
- chore: Bump discord.py by @kkrypt0nn in #114
New Contributors
- @Shyromyro made their first contribution in #107
Full Changelog: v6.3.0...v6.4.0
Version 6.3.0
- Added support for Docker,
docker compose up
will spin up the bot and install the requirements - Pinned
discord.py
version in therequirements.txt
file - Removed the
config.json
file and replaced the rest with.env
just like the token
Version 6.2.0
- Added a new
feedback
command for showcasing the use of modals (popups) - Some wording changes in the
README.md
file and the project description
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