mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 12:26:10 +01:00
music commands
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user