Update message

This commit is contained in:
2022-02-05 00:23:53 +07:00
parent 3853f08ed2
commit d31642f4d8
+1 -7
View File
@@ -44,13 +44,7 @@ const EMBEDS = {
const embed = makeInfoEmbed({ const embed = makeInfoEmbed({
title: 'Now playing', title: 'Now playing',
icon: '🎵', icon: '🎵',
fields: [ description: `${track.title}`,
{
name: `${track.title}`,
value: `\u200B`,
inline: false
}
],
user: DiscordProvider.client.user user: DiscordProvider.client.user
}); });