moover_rust/src/commands/voice.rs

13 lines
192 B
Rust
Raw Normal View History

2025-01-24 20:52:13 +00:00
use voice_utils::*;
mod voice_utils;
pub mod player_common;
pub mod radio;
pub mod general_player;
2025-01-26 20:45:24 +00:00
pub mod voice_types;
2025-01-24 20:52:13 +00:00
// ! not working
// pub mod yt;
// TODO implement
// pub mod spotify;