Releases: kkrypt0nn/Python-Discord-Bot-Template
Releases · kkrypt0nn/Python-Discord-Bot-Template
Version 5.4.1
- Loading files relatively to where the
bot.pyfile 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
purgecommand - Removed
asynciofrom the requirements file
Version 5.3
- Using
aiosqliteinstead ofsqlite3for asynchronous database operations.
Version 5.2.1
- Added error message when subcommands are not given
- Fixed
warning removecommand - Now using keyword arguments (
async def command(self, context, *, message):) for kick/ban reason, message to sent, etc.
Version 5.2
- Added
load,reloadandunloadcommands. - Added
syncandunsynccommands. - Code refactoring and cleanup.
Version 5.1
- Added the
helpcommand once again - Created a group for the
warningcommand, has following sub-commands:add- Adds a warning to the userremove- Removes a warning from the userlist- Lists all the warnings of the user
Version 5.0
⚠️ Moved to discord.py 2.0 as it is now officially released
- Added
warningscommand that will show you all the warnings a user has - Moved the blacklist to
sqlite3database - Now using Hybrid Commands, both prefix and slash commands will get created
- When using the
warncommand, the warning will also be added in a newsqlite3database
Version 4.1.1
- Fixed the custom checks not being sent in the channels correctly.
Version 4.1
- Added the
hackbancommand - Separated slash commands and normal commands so that you remove one of them more easily
- Moved normal commands in
cogs/normal - Moved slash commands in
cogs/slash
- Moved normal commands in
Version 4.0.1
- Fixed some weird code