From 72376385ec2574a33fceb1a498e2f7685213792b Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Thu, 11 Aug 2022 23:45:16 +0200 Subject: [PATCH] songlink --- commands/interaction/context/audio.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/interaction/context/audio.js b/commands/interaction/context/audio.js index 974f6df..82ccc31 100644 --- a/commands/interaction/context/audio.js +++ b/commands/interaction/context/audio.js @@ -31,7 +31,9 @@ module.exports = { iconUrl: song.thumbnailUrl, url: urls[0] }, - footer: {} + footer: { + text: `powered by song.link • ${context.application.name}` + } }) ], components: btns, flags: MessageFlags.EPHEMERAL }) }catch(e){