mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-24 22:24:58 +05:00
Фикс
This commit is contained in:
parent
53af714f8b
commit
24df14f898
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class Nowplaying extends BaseCommand {
|
|||
|
||||
const embed = new EmbedBuilder()
|
||||
.setAuthor({
|
||||
name: interaction.translate("music/queue:TITLE")
|
||||
name: interaction.translate("music/nowplaying:CURRENTLY_PLAYING")
|
||||
})
|
||||
.setThumbnail(track.thumbnail)
|
||||
.addFields([
|
||||
|
|
Loading…
Reference in a new issue