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