From e0f1ae0dd0bb6b9b31252cead57806c02873b6ff Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Sun, 24 Nov 2024 22:14:36 +0100 Subject: [PATCH] sync embed design --- commands/interaction/slash/utils/music-platforms.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/commands/interaction/slash/utils/music-platforms.js b/commands/interaction/slash/utils/music-platforms.js index 4f34d02..afefc53 100644 --- a/commands/interaction/slash/utils/music-platforms.js +++ b/commands/interaction/slash/utils/music-platforms.js @@ -47,14 +47,11 @@ module.exports = { let btns = renderMusicButtons(songlink.body.linksByPlatform) return editOrReply(context, {embeds:[ - createEmbed("default", context, { + createEmbed("defaultNoFooter", context, { author: { name: `${song.title} by ${song.artistName}`.substr(0,1000), iconUrl: song.thumbnailUrl, url: urls[0] - }, - footer: { - text: `powered by song.link • ${context.application.name}` } }) ], components: btns })