Releases: modmail-dev/Modmail
Releases · modmail-dev/Modmail
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_emoji
orsent_emoji
commands.
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
changelog
command 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
about
command.
Bug Fix
Improvements to the "alias" Command, Automatic Closure of Threads Upon Deletion
Changed
alias
command now checks if you are adding a valid alias-command combo.- Deleting a channel manually will now correctly close the thread and post logs.
Bug Fix
Bug Fix
"logs" Command Now Needs Permission
Security
- Made the
logs
command require "manage messages" permissions to execute.- Before this patch, anyone could use the
logs
commands.
- Before this patch, anyone could use the