moover_rust/src/commands/voice.rs

12 lines
171 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;
// ! not working
// pub mod yt;
// TODO implement
// pub mod spotify;