mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
add name to skipto
This commit is contained in:
parent
7a0a34cb98
commit
444a537f11
7 changed files with 5 additions and 29 deletions
|
@ -58,9 +58,9 @@ class Skipto extends BaseCommand {
|
|||
queue.node.skipTo(queue.tracks.at(position - 1));
|
||||
|
||||
interaction.success("music/skipto:SUCCESS", {
|
||||
position,
|
||||
track: queue.tracks.at(position - 1).title,
|
||||
});
|
||||
} else return interaction.error("music/skipto:ERROR", { position: position });
|
||||
} else return interaction.error("music/skipto:ERROR", { position });
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"USAGE": "[position]",
|
||||
"EXAMPLES": "skipto position:3",
|
||||
"POSITION": "Track number in the queue",
|
||||
"SUCCESS": "Jumped to track number **{{position}}**",
|
||||
"SUCCESS": "Jumped to track **{{track}}**",
|
||||
"ERROR": "Nothing found at position {{position}}",
|
||||
"NO_PREV_SONG": "You cannot go back, use the `back` command for that"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"DESCRIPTION": "Send an anonymous message to the selected channel",
|
||||
"USAGE": "rpinfo [text] (attachment)\ninstalife [text] (attachment)",
|
||||
"EXAMPLES": "sendmessage rpinfo text:Happy New Year, everyone!\nsendmessage instalife text:Accident at the Police Station! attachment:<image>",
|
||||
"RPINFO": "Send a message to RP Info",
|
||||
"INSTALIFE": "Send a message to InstaLife",
|
||||
"MESSAGE_SENT": "Message sent!\n{{message}}"
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"USAGE": "[position]",
|
||||
"EXAMPLES": "skipto position:3",
|
||||
"POSITION": "Номер трека в очереди",
|
||||
"SUCCESS": "Выполнен переход на трек под номером **{{position}}**",
|
||||
"SUCCESS": "Выполнен переход на трек **{{track}}**",
|
||||
"ERROR": "На позиции {{position}} ничего не найдено",
|
||||
"NO_PREV_SONG": "Вы не можете перейти назад, для этого используйте команду `back`"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"DESCRIPTION": "Отправить анонимноее сообщение в выбранный канал",
|
||||
"USAGE": "rpinfo [text] (attachment)\ninstalife [text] (attachment)",
|
||||
"EXAMPLES": "sendmessage rpinfo text:Всех с новым годом!\nsendmessage instalife text:Авария в ПУ! attachment:<image>",
|
||||
"RPINFO": "Отправить сообщение в RP Info",
|
||||
"INSTALIFE": "Отправить сообщение в InstaLife",
|
||||
"MESSAGE_SENT": "Сообщение отправлено!\n{{message}}"
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"USAGE": "[position]",
|
||||
"EXAMPLES": "skipto position:3",
|
||||
"POSITION": "Номер треку в черзі",
|
||||
"SUCCESS": "Перехід на трек під номером **{{position}}**",
|
||||
"SUCCESS": "Перехід на трек **{{track}}**",
|
||||
"ERROR": "На позиції {{position}} нічого не знайдено",
|
||||
"NO_PREV_SONG": "Ви не можете перейти назад, для цього використовуйте команду `back`"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"DESCRIPTION": "Надіслати анонімне повідомлення до обраного каналу",
|
||||
"USAGE": "rpinfo [текст] (вкладення)\ninstalife [текст] (вкладення)",
|
||||
"EXAMPLES": "sendmessage rpinfo text:Всім з новим роком!\nsendmessage instalife text:Аварія в ВП! вкладення:<зображення>",
|
||||
"RPINFO": "Надіслати повідомлення в RP Info",
|
||||
"INSTALIFE": "Надіслати повідомлення в InstaLife",
|
||||
"MESSAGE_SENT": "Повідомлення відправлено!\n{{message}}"
|
||||
}
|
Loading…
Reference in a new issue