Rust Migration
This commit is contained in:
6
src/commands/audio/mod.rs
Normal file
6
src/commands/audio/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
pub mod pause;
|
||||
pub mod play;
|
||||
pub mod resume;
|
||||
pub mod skip;
|
||||
pub mod stop;
|
||||
pub mod volume;
|
||||
Reference in New Issue
Block a user