mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
дада, строки
This commit is contained in:
parent
9cc79f9066
commit
7937ae70f6
1 changed files with 4 additions and 4 deletions
|
@ -45,19 +45,19 @@ class Loop extends BaseCommand {
|
|||
.addOptions([
|
||||
{
|
||||
label: client.translate("music/loop:AUTOPLAY"),
|
||||
value: 3
|
||||
value: "3"
|
||||
},
|
||||
{
|
||||
label: client.translate("music/loop:QUEUE"),
|
||||
value: 2
|
||||
value: "2"
|
||||
},
|
||||
{
|
||||
label: client.translate("music/loop:TRACK"),
|
||||
value: 1
|
||||
value: "1"
|
||||
},
|
||||
{
|
||||
label: client.translate("music/loop:DISABLE"),
|
||||
value: 0
|
||||
value: "0"
|
||||
}
|
||||
])
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue