mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-24 22:24:58 +05:00
Мелкие правки
This commit is contained in:
parent
0df1e56d8b
commit
49cad07398
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue