forked from pothtonswer/discordmuffin
Add "PermissionAdministrator" to "PermissionAll" (#302)
This commit is contained in:
parent
cb96c5b0f7
commit
3fdc5f373d
1 changed files with 2 additions and 1 deletions
|
@ -574,5 +574,6 @@ const (
|
||||||
PermissionAll = PermissionAllChannel |
|
PermissionAll = PermissionAllChannel |
|
||||||
PermissionKickMembers |
|
PermissionKickMembers |
|
||||||
PermissionBanMembers |
|
PermissionBanMembers |
|
||||||
PermissionManageServer
|
PermissionManageServer |
|
||||||
|
PermissionAdministrator
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue