diff --git a/structs.go b/structs.go index 730c91f..5ce8769 100644 --- a/structs.go +++ b/structs.go @@ -1015,7 +1015,7 @@ const ( PermissionManageServer PermissionAddReactions PermissionViewAuditLogs - PermissionViewChannel = 1 << (iota + 10) + PermissionViewChannel = 1 << (iota + 2) PermissionAllText = PermissionViewChannel | PermissionSendMessages |