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 upwill spin up the bot and install the requirements - Pinned
discord.pyversion in therequirements.txtfile - Removed the
config.jsonfile and replaced the rest with.envjust like the token
Version 6.2.0
- Added a new
feedbackcommand for showcasing the use of modals (popups) - Some wording changes in the
README.mdfile 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
DatabaseManagerclass 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
0x9C84EFto0xBEBEFE
Version 5.5.0
- Added
bot.loggerto have proper logging - Added
CONTRIBUTING.mdandCODE_OF_CONDUCT.mdfiles - Overall embeds refactoring
- Issues and features templates
Version 5.4.2
- Added
blacklist showcommand to see the list of blacklisted users blacklist removeandblacklist addcommands now send proper error messages