From 7937ae70f622be2ef368de8e3eca9ae6591a0f18 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sat, 6 Aug 2022 21:25:28 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=B0=D0=B4=D0=B0,=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/Music/loop.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/Music/loop.js b/commands/Music/loop.js index bc8c8d16..2616f96d 100644 --- a/commands/Music/loop.js +++ b/commands/Music/loop.js @@ -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" } ]) );