Skip to content

Releases: modmail-dev/Modmail

Stable Release

29 Jan 01:32
Compare
Choose a tag to compare

Added

  • loglink command, returns the log link for the current thread.

Logs Track Edited Messages

29 Jan 01:32
Compare
Choose a tag to compare

Changed

  • Your logs now track and show edited messages.

Stable Release

29 Jan 01:30
Compare
Choose a tag to compare

Changed

  • Use reply author's top role for the mod tag by default.

Stable Release

29 Jan 01:30
Compare
Choose a tag to compare

Added

  • anonreply command to anonymously reply to the recipient.
    The username of the anonymous user defaults to the mod_tag (the footer text of a mod reply). The avatar defaults the guild icon URL. However, you can change both of these via the anon_username, anon_avatar_url and anon_tag config variables.

Changed

  • Your bot now logs all messages sent in a thread channel, including discussions that take place. You can now toggle to view them in the log viewer app.

Bug Fix

23 Jan 05:19
Compare
Choose a tag to compare

Fixes

  • Fixed a small bug due to a typo.

Bug Fix

23 Jan 05:18
Compare
Choose a tag to compare

Fixes

  • Forgot to enable custom embed colors.

Added

  • Ability to set a custom mod_tag (the text in the footer of the mod reply embed, which by default says "Moderator").

Bug Fix & Ability to Change Embed Color

23 Jan 05:16
Compare
Choose a tag to compare

Changed

  • Improve format of thread info embeds. Slightly cleaner and simpler now.
  • All commands are now blurple instead of green.

Fixed

  • Bug where the close command wouldn't work if you didn't configure a log channel.

Added

  • Ability to set your own custom mod_color and recipient_color for the thread message embeds.

Changed Order of Argument for "contact"

22 Jan 03:48
Compare
Choose a tag to compare

Changed

-Changed order of arguments for the contact command. This is so that you can use aliases to their full potential.
For example:

  • contact "Recruitment Category" @somedude

Before, you can add an alias by doing: alias add recruit contact "Recruitment Category"

Now, you can use the alias via: recruit @somedude

Stable Release

21 Jan 08:14
Compare
Choose a tag to compare

Added

  • New command note will add a system message to your thread logs. This is useful for noting the context of a conversation.

Changed

  • Re-designed log viewer interface now supports Discord markdown.

Bug Fix

20 Jan 21:37
Compare
Choose a tag to compare

Fixed

  • Fixed bug where thread logs were getting duplicated when using the contact command.
  • Fixed bug where the wrong key was used for logs which caused some log command log links to point to an HTTP 404 Not Found.
    • A minor oversight from commit 1ba74d9.