Skip to content

Releases: modmail-dev/Modmail

Stable Release

18 Jan 22:58
4d20da4
Compare
Choose a tag to compare

Added

  • Ability to set a custom thread creation response message.
    • Via config set thread_creation_response [message].

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

18 Jan 22:58
Compare
Choose a tag to compare

Security

  • Fix a bug where blocked users were still able to message modmail.

New Command and Fixes

18 Jan 22:57
Compare
Choose a tag to compare

Added

  • Support for custom blocked emoji and sent emoji.
  • Use the config set blocked_emoji or sent_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

18 Jan 22:56
98ee9c0
Compare
Choose a tag to compare

Added

  • Added the ability to use your own log channel.
    • You can do this via the config set log_channel_id <id> command.
  • Added the ability to use your own main inbox category.
    • You can do this via the config set main_category_id <id> command.

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

18 Jan 22:56
45ac3dd
Compare
Choose a tag to compare

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

18 Jan 22:39
Compare
Choose a tag to compare

Fixed

  • Fix logs sending duplicated thread close logs.
  • The bot will now tell you that a user is no longer in the server when you try to reply to a thread.
    • Before this, it looked like you replied to the thread but in reality, the message didn't get sent.

Improvements to the "alias" Command, Automatic Closure of Threads Upon Deletion

18 Jan 22:38
Compare
Choose a tag to compare

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

18 Jan 22:34
Compare
Choose a tag to compare

Fixed

  • Fixed a one-off bug where the channel topic disappears, but modmail operations should still continue.
  • Fixed linked_message_id issues.

Bug Fix

18 Jan 22:34
Compare
Choose a tag to compare

Fixed

  • Thread creation embed now shows the correct amount of past logs.
  • If using a separate server setup, roles in the info embed now are shown as names instead of mentions.
    • This is due to the fact that you can't mention roles across servers.

"logs" Command Now Needs Permission

18 Jan 22:32
Compare
Choose a tag to compare

Security

  • Made the logs command require "manage messages" permissions to execute.
    • Before this patch, anyone could use the logs commands.