This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
Releases: Cyanic76/discord-modmail
Releases · Cyanic76/discord-modmail
1.3.2
1.3.1
Package updates
- Updated discord.js to 14.1.1.
Read this guide on what changed because a shit load of classes discord.js got renamed on purpose to break everything
1.3.0
Added
- Administrators can choose whether to get Embeds or raw Messages in the logs.
Fixed
- Applied some of the 1.1.10, 1.2.0, 1.2.1 fixes to the MongoDB modmail.
Package updates
- Updated discord.js to 14.0.1. Read this guide on what's changed.
- Updated mongoose to 6.4.4.
- Updated quick.db to 9.0.5. As always, no changelog.
1.2.2
1.2.1
1.2.0
1.1.10
Added
- All strings have been migrated to a new dedicated JSON file to make it easier to personalize them.
- You can now choose whether reviewing community guidelines is a requirements for users to use modmail.
- You can now choose whether to notify users when blocking them.
Fixes
- Remove here/everyone mentions with a regex instead of blocking messages containing them.
- You're not required to set a ticket log channel anymore.
Codebase changes
- More comments for both users and me to understand what's going on.
- Removed duplicate variable declarations.