Skip to content

Commit 48571b7

Browse files
committed
Update CHANGELOG.md
1 parent fba9662 commit 48571b7

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
# v2.18.0
99

10-
### What's new?
10+
### New Permissions System
1111

1212
- A brand new permission system! Replacing the old guild-based permissions (ie. manage channels, manage messages), the new system enables you to customize your desired permission level specific to a command or a group of commands for a role or user.
1313
- There are five permission groups/levels:
@@ -36,15 +36,19 @@ To view all roles and users with permission for a permission group or command do
3636

3737
By default, all newly set up Modmail will have `OWNER` set to the owner of the bot, and `EGULAR` set to @everyone.
3838

39-
The help message no longer conceal inaccessible commands due to check failures.
40-
41-
A `?delete` command, which is an alternative to manually deleting a message. This command is created to no longer require manage messages permission to recall thread messages.
42-
4339
### Breaking
4440

4541
When updating to this version, all prior permission settings with guild-based permissions will be invalidated. You will need to convert to the above system.
4642
`OWNERS` will also get removed, you will need to set owners through `?permissions add level owner 212931293123129` or any way listed above.
4743

44+
### New Command
45+
46+
- A `?delete` command, which is an alternative to manually deleting a message. This command is created to no longer require manage messages permission to recall thread messages.
47+
48+
### Changed
49+
50+
- The help message no longer conceals inaccessible commands due to check failures.
51+
4852

4953
# v2.17.2
5054

0 commit comments

Comments
 (0)