From 7ea72b85785d0b1b1f0a529c8638f67e2f7d682b Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Tue, 30 Aug 2022 15:31:56 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=20=D1=83=D0=B4=D0=B0=D0=BB=D1=8F?= =?UTF-8?q?=D0=B5=D0=BC=20loop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/Music/loop.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/commands/Music/loop.js b/commands/Music/loop.js index 1a556412..a84b55a6 100644 --- a/commands/Music/loop.js +++ b/commands/Music/loop.js @@ -90,10 +90,6 @@ class Loop extends BaseCommand { }); } }); - - collector.on("end", (_, reason) => { - if (reason) interaction.deleteReply(); - }); } }