refactor, cleanup
This commit is contained in:
@@ -31,7 +31,7 @@ pub async fn run(ctx: &Context, command: &CommandInteraction) {
|
||||
let handler = handler_lock.lock().await;
|
||||
match handler.queue().pause() {
|
||||
Ok(_) => {
|
||||
log::debug!("Paused the track");
|
||||
log::debug!("<{guild_id}> Paused the track");
|
||||
edit_response(&ctx, &command, format!("Pausing the track")).await;
|
||||
}
|
||||
Err(err) => {
|
||||
|
||||
Reference in New Issue
Block a user