music commands

This commit is contained in:
2024-02-02 21:12:13 +01:00
parent 6ae7ba2233
commit f6961c3b3f
5 changed files with 17 additions and 46 deletions

View File

@@ -17,7 +17,7 @@ async fn stop(ctx: &Context, msg: &Message) -> CommandResult {
if let Some(handler_lock) = manager.get(guild_id) {
let mut handler = handler_lock.lock().await;
let queue = handler.queue();
let _queue = handler.queue();
if let Err(e) = handler.deafen(false).await {
check_msg(