mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
fix nowplaying error
This commit is contained in:
parent
1f0bc24cef
commit
07c2b71882
1 changed files with 2 additions and 2 deletions
|
@ -154,9 +154,9 @@ class Nowplaying extends BaseCommand {
|
||||||
queue.node.skip();
|
queue.node.skip();
|
||||||
|
|
||||||
await interaction.followUp({
|
await interaction.followUp({
|
||||||
content: interaction.success("music/skipto:SUCCESS", {
|
content: interaction.translate("music/skipto:SUCCESS", {
|
||||||
track: `${queue.tracks.at(0).title} - ${queue.tracks.at(0).author}`,
|
track: `${queue.tracks.at(0).title} - ${queue.tracks.at(0).author}`,
|
||||||
}, { locale }),
|
}, locale),
|
||||||
ephemeral: true,
|
ephemeral: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue