Modmail Versions Save

A Discord bot that functions as a shared inbox between staff and members, similar to Reddit's Modmail.

v3.8.1

3 years ago

Fixed

  • Additional image uploads now render properly. (PR #2933)
  • confirm_thread_creation no longer raises unnecessary errors. (GH #2931, PR #2933)
  • Autotriggers no longer sends attachments back. (GH #2932)

v3.8.0

3 years ago

Added

  • update_notifications configuration option to toggle bot autoupdate notifications. (GH #2896)
  • ?fareply, anonymously reply with variables.
  • anonymous_snippets config variable to toggle if snippets should be anonymous. (GH #2905)
  • disable_updates config variable to control if the update command should be disabled or not.
  • silent_alert_on_mention to alert mods silently. (GH #2907)
  • Support for only the "Server Members" intent.

Improved

  • Added command validation to autotrigger add/edit.
  • GITHUB_TOKEN is now no longer required in Heroku setups.
  • Clearer error messages on reply fails.

Fixed

  • Mentioned competing as an activity type. (PR #2902)
  • Level permissions were not checked if command permissions were set.
  • Regex autotriggers were not working if term was in the middle of strings.
  • ?blocked now no longers show blocks that have expired.
  • Blocked roles will no longer trigger an error during unblock.
  • Custom emojis are now supported in confirm_thread_creation_deny. (GH #2916)
  • Finding linked messages in replies work now. (GH #2920, Jerrie-Aries)
  • Sending files in threads (non-images) now work. (GH #2926)
  • Deleting messages no longer shows a false error. (GH #2910, Jerrie-Aries)
  • Display an error on Lottie stickers, instead of failing the send.
  • ?perms get now shows role/user names. (PR #2927)

Internal

  • Make use of git branch --show-current to retrieve branch instead of using prerelease version check.
  • Use discord.py 1.6.0 from PyPi instead of the development clone.

v3.7.13

3 years ago

Fixed

  • Notes in config help are now optional.

v3.7.12

3 years ago

Fixed

  • Bot was not responding to union errors.
  • ?block [reason] now works in threads.

v3.7.11

3 years ago

Improved

  • Role block will now work better with seperate server setups.

Fixed

  • Bot not restarting after autoupdate on PM2.

Internal

  • Removed unnecessary loggings.

v3.7.10

3 years ago

Added

  • Added update_channel_id to specify which channel autoupdate notifications were being sent to.
  • Added show_timestamp to specify if timestamps should be displayed in message embeds. (GH #2885)

v3.7.9

3 years ago

Fixed

  • perms add/remove with permission levels should now work again. (GH #2892, PR #2893)

Improved

  • Clearer plugin debug messages when plugins are disabled

v3.7.8

3 years ago

Added

  • Added thread_contact_silently to allow opening threads silently by default. (PR #2887)

Fixed

  • Permission levels were not respected.
  • perms remove was not working.
  • logs and block would not recognise users in a seperate server setup.
  • Custom emojis were not working with confirm_thread_creation.

Internal

  • Optimised perms get, bot should respond faster now.

v3.7.7

3 years ago

Added

  • Added updating github fork if GITHUB_TOKEN was provided

Fixed

  • Skip blocked roles check if user is not in main guild

v3.7.6

3 years ago

Fixed

  • Autoupdate persists despite errors
  • Mention when normal thread created was not working.