Revert last commit

This commit is contained in:
bitfl0wer 2023-12-17 22:16:53 +01:00
parent db476e94ee
commit a7c66ca823
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}
}