Major Release
Added
- Sponsors command that will list sponsors.
- An alert will now be sent to the log channel if a thread channel fails to create. This could be due to a variety of problems such as insufficient permissions or the category channel limit is met.
- Threads will close automatically after some time when
thread_auto_close
is set. - Custom closing message can be set with
thread_auto_close_response
.
Breaking Changes
- Removed autoupdate functionality and the
?update
command in favour of the Pull app.
Read more about updating your bot here
Changed
- Channel names now can contain unicode characters.
- Debug logs are now located in a unique file for each bot. (Internal change)
- Default cogs always appear first in the help command now.
Fixed
- Editing notes now works, minor bug with edit command is fixed.
- Bug in the
?oauth
command where the response message fails to send when an ID is provided. - Plugin requirement installation now works in virtual environments