trying to get handler to pause/play

This commit is contained in:
2024-10-11 11:22:05 -04:00
parent 2688d2304e
commit 38841369fc
8 changed files with 47 additions and 33 deletions

View File

@@ -13,6 +13,7 @@ use songbird::Songbird;
use crate::error::{SirenResult, Error as SirenError};
pub mod mute;
pub mod pause;
pub mod play;
pub mod resume;