This commit is contained in:
JonnyBro 2021-12-22 21:30:39 +05:00
parent ca10024252
commit 1d09ed6618

View file

@ -27,7 +27,7 @@ class AutoPlay extends Command {
await this.client.player.setAutoPlay(message, !queue.autoPlay);
// 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"}`);
}
};