Releases: modmail-dev/Modmail
Releases · modmail-dev/Modmail
Bug Fix
Bug Fix
Scheduled Closure For More Than a Day
Non-Breaking Internal Changes. (This shouldn't affect anyone.)
Background
Bots hosted by Heroku restart at least once every 27 hours.
During this period, local caches are deleted, which results in the inability to set the scheduled close time to longer than 24 hours. This update resolves this issue. PR #135
Changed
- Created a new internal config var:
closures. - Store closure details into
closureswhen the scheduled time isn't "now".- Loaded upon bot restart.
- Deleted when a thread is closed.
- Use
call_later()instead ofsleep()for scheduling.
Bug Fix
Bug Fix
Removed Log Viewer
This update shouldn't affect anyone.
Changed
- Moved self-hosted log viewer to a separate repo.
Ability to Add Custom Twitch URL
Added
- Ability to set your own Twitch URL for
streamingactivity status.
Bug Fix
New Command "activity"
Breaking changes.
Added
- Added the
activitycommand for setting the activity - PR #131 this supports multiple activity types (
playing,watching,listeningandstreaming).
Removed
- Removed the deprecated
statuscommand. - This also means you will have to reset your bot status with the
activitycommand, asstatuscommand is removed.
Stable Release
Added
- Ability to self-host logs.
Changed
- Improved format for log channel embeds.
- Roles are now comma separated in info embed.
- This only applies to separate server setups.
Fixed
- Bug in subscribe command, it will now unsubscribe after a thread is closed.