Releases: modmail-dev/Modmail
Releases · modmail-dev/Modmail
New Command and Improvements
Added
-
Notify command
notify [role].- Notify a given role or yourself to the next thread message received.
- Once a thread message is received you will be pinged once only.
-
Subscribe command
sub [role]/unsub [role].- Subscribes yourself or a given role to be notified when thread messages are received.
- You will be pinged for every thread message received until you unsubscribe.
Changed
- Slightly improved log channel message format.
Bug Fix
Stable Release
Added
- Ability to set a custom thread creation response message.
- Via
config set thread_creation_response [message].
- Via
Changed
- Improve logs command format.
- Improve thread log channel message to have more relevant info.
- Improve close command.
- You now can close the thread after a delay and use a custom thread close message.
- You also now have the ability to close a thread silently.
Bug Fix
New Command and Fixes
Added
- Support for custom blocked emoji and sent emoji.
- Use the
config set blocked_emojiorsent_emojicommands.
Quick Fix
- Support multiple images and file attachments in one message.
- This is only possible on mobile so its good to handle it in code.
Improvements to Commands and New Config Options Available
Added
- Added the ability to use your own log channel.
- You can do this via the
config set log_channel_id <id>command.
- You can do this via the
- Added the ability to use your own main inbox category.
- You can do this via the
config set main_category_id <id>command.
- You can do this via the
Changed
- You now have the ability to supply a reason when blocking a user.
- Blocked users are now stored in the database instead of in the channel topic.
- This means you can delete the top channel in the modmail category now. (Migrate first though.)
New Command and Improvements in Bot Update Message Interfaces
Added
- Added a
changelogcommand to view the bot's changelog within discord.
Changed
- Update command now shows the latest changes directly from the CHANGELOG.md in the repo.
- Auto update messages also show the latest changes from the repo.
- Remove the latest changes section from the
aboutcommand.
Bug Fix
Improvements to the "alias" Command, Automatic Closure of Threads Upon Deletion
Changed
aliascommand now checks if you are adding a valid alias-command combo.- Deleting a channel manually will now correctly close the thread and post logs.