u8 -> u64

This commit is contained in:
Quat3rnion 2024-06-18 10:07:56 -04:00
parent e553d10f25
commit a8b7d9dfb3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ bitflags! {
///
/// See <https://discord.com/developers/docs/topics/voice-connections#speaking>
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, chorus_macros::SerdeBitFlags)]
pub struct SpeakingBitflags: u8 {
pub struct SpeakingBitflags: u64 {
/// Whether we'll be transmitting normal voice audio
const MICROPHONE = 1 << 0;
/// Whether we'll be transmitting context audio for video, no speaking indicator