From b87af21c314d0e028ca2eda3c5d9b239bf557dc6 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Sun, 17 Dec 2023 22:16:53 +0100 Subject: [PATCH] Revert last commit --- src/types/entities/role.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/types/entities/role.rs b/src/types/entities/role.rs index 6708a18..6a8327e 100644 --- a/src/types/entities/role.rs +++ b/src/types/entities/role.rs @@ -163,8 +163,6 @@ 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; } }