forked from pothtonswer/discordmuffin
Bitwise view channel permission (#758)
* Fix offset for PermissionViewChannel * Fix offset for PermissionViewChannel
This commit is contained in:
parent
0a159acc0c
commit
3736887e9b
1 changed files with 1 additions and 1 deletions
|
@ -1015,7 +1015,7 @@ const (
|
|||
PermissionManageServer
|
||||
PermissionAddReactions
|
||||
PermissionViewAuditLogs
|
||||
PermissionViewChannel = 1 << (iota + 10)
|
||||
PermissionViewChannel = 1 << (iota + 2)
|
||||
|
||||
PermissionAllText = PermissionViewChannel |
|
||||
PermissionSendMessages |
|
||||
|
|
Loading…
Reference in a new issue