Skip to content

Commit adbbb85

Browse files
committed
Updated CHANGELOG.md
1 parent ed6047c commit adbbb85

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

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

1010
### What's new?
1111

12-
- A brand new permission system! Replacing the old guild-based permissions (ie. manage channels, manage messages), the new system enables you to customize your desire permission level specific to a command or a group of commands for a role or user.
12+
- 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:
1414
- Owner [5]
1515
- Administrator [4]
@@ -24,11 +24,11 @@ You may add a role or user to a permission group through any of the following me
2424
- `?permissions add level moderator @member#1234`
2525
- `?permissions add level administrator 78912384930291853`
2626

27-
The same applies for individual commands permissions:
27+
The same applies to individual commands permissions:
2828
- `?permissions add command-name @member#1234`
2929
- ... and the other methods listed above.
3030

31-
To revoke a permission, use `remove` instead of `add`.
31+
To revoke permission, use `remove` instead of `add`.
3232

3333
To view all roles and users with permission for a permission group or command do:
3434
- `?permissions get command command-name`
@@ -38,6 +38,8 @@ By default, all newly set up Modmail will have `OWNER` set to the owner of the b
3838

3939
The help message no longer conceal inaccessible commands due to check failures.
4040

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+
4143
### Note
4244

4345
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.

0 commit comments

Comments
 (0)