chore: update comments on permissions
Signed-off-by: Zomatree <me@zomatree.live>
This commit is contained in:
@@ -100,10 +100,11 @@ pub enum ChannelPermission {
|
|||||||
/// Mention roles
|
/// Mention roles
|
||||||
MentionRoles = 1 << 38,
|
MentionRoles = 1 << 38,
|
||||||
|
|
||||||
|
/// Access server audit logs
|
||||||
ViewAuditLogs = 1 << 40,
|
ViewAuditLogs = 1 << 40,
|
||||||
|
|
||||||
// * Misc. permissions
|
// * Misc. permissions
|
||||||
// % Bits 39 to 52: free area
|
// % Bits 41 to 52: free area
|
||||||
// % Bits 53 to 64: do not use
|
// % Bits 53 to 64: do not use
|
||||||
|
|
||||||
// * Grant all permissions
|
// * Grant all permissions
|
||||||
|
|||||||
Reference in New Issue
Block a user