From 49cad073980d6535d825c99266ae2dc4b75cedb6 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Mon, 14 Feb 2022 00:53:20 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/Music/queue.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/Music/queue.js b/commands/Music/queue.js index c5534624..5229cc51 100644 --- a/commands/Music/queue.js +++ b/commands/Music/queue.js @@ -58,6 +58,7 @@ class Queue extends Command { .setChannel(message.channel) .setElementsPerPage(5) .setDeleteOnTimeout(true) + .setDisabledNavigationEmojis(["jump"]) .setPageIndicator(true) .formatField("Очередь", (track) => `**${queue.songs.indexOf(track)}**. [${track.name}](${track.url})\n*Добавил ${track.member}*\n`) .build();