Skip to content

Releases: modmail-dev/Modmail

Paginate blocked Command

15 Nov 02:34
Compare
Choose a tag to compare

Added

Added a 🛑 reaction to the paginators to delete the embed.

Fixed

?blocked is now paginated using reactions. This fixes #249

Plugins Registry Compact

15 Nov 02:33
Compare
Choose a tag to compare

Added

New ?plugin registry compact command which shows a more compact view of all plugins.

Plugin Registry and debug Command

15 Nov 02:32
Compare
Choose a tag to compare

Plugin Registry

Plugin developers can now make a PR to include their plugin in the plugin registry command.
Add your plugin in the plugins/registry.json file in the main repository.

Changed

?debug command now shows the most recent logs first. (Starts at the last page)

Internal Update, unnotify Command

15 Nov 02:32
Compare
Choose a tag to compare

What's new?

  • New error message when using thread-only commands outside of threads.
  • ?unnotify, ability to undo ?notify.
  • ?notify and ?subscribe now accepts other users.

Changes

This update contains mostly internal changes.

  • Implemented support for the new discord.py v1.1.1.
  • Improved help text for most commands.
  • Completely revamped help command, few user changes.
  • Removed abc (internal).

OAuth Support for Premium

15 Nov 02:31
Compare
Choose a tag to compare

What's new?

New oauth whitelist command which allows you to whitelist users so they can log in via discord to view logs. To set up oauth login for your logviewer app check the logviewer repo.

Force Update Command

15 Nov 02:30
Compare
Choose a tag to compare

Changed

  • Ability to force an update despite having the same version number. Helpful to keep up-to-date with the latest GitHub commit.
    • ?update force.
  • Plugin developers now have a new event called on_plugin_ready, this is coroutine is awaited when all plugins are loaded. Use on_plugin_ready instead of on_ready since on_ready will not get called in plugins.

Guild Age Config Var

15 Nov 02:30
Compare
Choose a tag to compare

What's new?

  • New config variable guild_age, similar to account_age, guild_age sets a limit as to how long a user has to wait after they joined the server to message Modmail.
  • guild_age can be set the same way as account_age.

Bug Fix

15 Nov 02:29
Compare
Choose a tag to compare

Fix help command bug when using external plugins.

Bug Fix

15 Nov 02:29
Compare
Choose a tag to compare

Fix the teams permission bug.

Invalid Release

15 Nov 02:28
Compare
Choose a tag to compare

Do not use this release.