Enum awesome_bot::GeneralSound[][src]

pub enum GeneralSound {
    Audio(Audio),
    Voice(Voice),
}

Represents audio and voice, this is used in all_music_fn handler.

Variants

Auto Trait Implementations

impl Send for GeneralSound

impl Sync for GeneralSound