mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-07 01:20:48 +00:00
Chore update 3.8
This commit is contained in:
@ -11,7 +11,7 @@ module.exports = {
|
||||
if (client.funcs.check(client, msg, command)) {
|
||||
if (!queue.paused) return msg.channel.send(client.messages.notPaused);
|
||||
queue.paused = false;
|
||||
queue.connection.dispatcher.resume(true);
|
||||
queue.connection.dispatcher.resume();
|
||||
return msg.channel.send(client.messages.resumed);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user