diff --git a/src/types/entities/role.rs b/src/types/entities/role.rs index 6a8327e..6708a18 100644 --- a/src/types/entities/role.rs +++ b/src/types/entities/role.rs @@ -163,6 +163,8 @@ bitflags! { const USE_EXTERNAL_SOUNDS = 1 << 45; /// Allows sending voice messages const SEND_VOICE_MESSAGES = 1 << 46; + /// Allows creating encrypted voice channels + const MANAGE_ENCRYPTION = 1 << 63; } }