diff --git a/src/commands/whois.ts b/src/commands/whois.ts index 0d802cb..54031ca 100644 --- a/src/commands/whois.ts +++ b/src/commands/whois.ts @@ -55,7 +55,7 @@ export default { .setAuthor({name: 'Spotify', iconURL: 'https://cdn.discordapp.com/emojis/510214342034325504.webp?quality=lossless'}) .addFields( {name: 'Artist', value: spotifyStatus?.state, inline: true}, - {name: 'Album', value: spotifyStatus?.details, inline: true}, + {name: 'Title', value: spotifyStatus?.details, inline: true}, {name: 'Started', value: `\n`, inline: false} ) embedArray.push(spotifyEmbed)