Here is the list of all the updates that I made on this template.
- Blacklisted users are now saved in the file
- Moved config file to JSON
- Moved the blacklist in a separate file (
blacklist.json
) - The colors are no longer saved in the config file
- Added a check for
commands.MissingRequiredArgument
in the error handler - Added a disclaimer section in the README file
- Added the latency of the bot in the
ping
command - Created the TODO list file
- Fixed some error embeds having success (green) colors
- Removed an unnecessary
self.bot.logout()
statement - Removed the
dick
command, as I want to keep this template safe for work - Renamed the names of the arguments in some commands
- The bot now tries to send an embed in the private message of the command author for the
invite
andserver
commands, if this was not successful it will be sent in the channel
- Added new
dailyfact
command that gives a random fact every day, using cool down - Fixed some typos in README.md
- Remade the
on_command_error
event forCommandOnCooldown
- Code reformat
- Rewrote the status task
- Now using the
has_permissions
decorator for user permissions - Using
.yaml
instead of.py
file for config
- Fixed intents for
serverinfo
command
- Blacklisted users are being ignored when executing a command
- Added config import to moderation cog
- Added some fun commands
- Colors are saved in the config file for easier usage
- Cogs are now being loaded automatically
- Fixed some typos
- Made the kick command actually kick
- Added a template cog to create cogs easily
- Fixed the purge command
- Made the error embeds actually red...
- Made the help command dynamic
- Added a small description to all commands
- Added intents when creating the bot
- Added cogs
- Added f-strings and removed
.format()
- Created config file for easier setup
- Added blacklist command
- Removed commands cool down