forked from pothtonswer/discordmuffin
Add bitwise permission const PermissionViewChannel
This commit is contained in:
parent
abf56b54f8
commit
e26e635684
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# IDE-specific metadata
|
||||
.idea/
|
|
@ -1014,6 +1014,7 @@ const (
|
|||
PermissionManageServer
|
||||
PermissionAddReactions
|
||||
PermissionViewAuditLogs
|
||||
PermissionViewChannel
|
||||
|
||||
PermissionAllText = PermissionReadMessages |
|
||||
PermissionSendMessages |
|
||||
|
|
Loading…
Reference in a new issue