You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### What's new?
11
11
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.
13
13
- There are five permission groups/levels:
14
14
- Owner [5]
15
15
- Administrator [4]
@@ -24,11 +24,11 @@ You may add a role or user to a permission group through any of the following me
The same applies for individual commands permissions:
27
+
The same applies to individual commands permissions:
28
28
-`?permissions add command-name @member#1234`
29
29
- ... and the other methods listed above.
30
30
31
-
To revoke a permission, use `remove` instead of `add`.
31
+
To revoke permission, use `remove` instead of `add`.
32
32
33
33
To view all roles and users with permission for a permission group or command do:
34
34
-`?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
38
38
39
39
The help message no longer conceal inaccessible commands due to check failures.
40
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
+
41
43
### Note
42
44
43
45
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