mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
why its herte
This commit is contained in:
parent
63ee1b7d4b
commit
adf999ec7f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Loop extends Command {
|
|||
if (!queue.repeatMode) {
|
||||
this.client.player.setRepeatMode(message, true);
|
||||
message.success("music/loop:QUEUE", { loop: "включён" });
|
||||
} else if (args[1].toLowerCase() == "off") {
|
||||
} else {
|
||||
this.client.player.setRepeatMode(message, false);
|
||||
message.success("music/loop:QUEUE", { loop: "отключён" });
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue