Skip to content

Releases: modmail-dev/Modmail

New Command "activity"

18 Jan 23:01
e0cf2a7

Choose a tag to compare

Breaking changes.

Added

  • Added the activity command for setting the activity
  • PR #131 this supports multiple activity types (playing, watching, listening and streaming).

Removed

  • Removed the deprecated status command.
  • This also means you will have to reset your bot status with the activity command, as status command is removed.

Stable Release

18 Jan 23:00

Choose a tag to compare

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.

New Command and Improvements

18 Jan 22:59

Choose a tag to compare

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

18 Jan 22:59
4d51c23

Choose a tag to compare

Fixed

  • Small bug in close command.

Stable Release

18 Jan 22:58
4d20da4

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

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

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

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

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

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.