mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
fix
This commit is contained in:
parent
ca10024252
commit
1d09ed6618
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class AutoPlay extends Command {
|
||||||
await this.client.player.setAutoPlay(message, !queue.autoPlay);
|
await this.client.player.setAutoPlay(message, !queue.autoPlay);
|
||||||
|
|
||||||
// Send the embed in the current channel
|
// Send the embed in the current channel
|
||||||
message.sendT(`music/autoplay:SUCCESS_${queue.autoPlay ? "ENABLED" : "DISABLED"}`);
|
message.success(`music/autoplay:SUCCESS_${queue.autoPlay ? "ENABLED" : "DISABLED"}`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue