From ce30dae7fa04dbdb49e399439c5be34741a4b16a Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Sun, 6 Aug 2023 23:28:23 +0500 Subject: [PATCH] typo --- commands/Music/nowplaying.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/Music/nowplaying.js b/commands/Music/nowplaying.js index 819711ab..20ce156e 100644 --- a/commands/Music/nowplaying.js +++ b/commands/Music/nowplaying.js @@ -62,7 +62,7 @@ class Nowplaying extends BaseCommand { { name: "\u200B", value: "\u200B", inline: true }, { name: interaction.translate("common:VIEWS"), - value: track.raw.live ? "" : new Intl.NumberFormat(interaction.client.languages.find(language => language.name === data.guldData.language).moment, { notation: "standard" }).format(track.raw.views), + value: track.raw.live ? "" : new Intl.NumberFormat(client.languages.find(language => language.name === data.guildData.language).moment, { notation: "standard" }).format(track.raw.views), inline: true, }, {