diff --git a/commands/utility/download.js b/commands/utility/download.js index 3ff62143..1db2696b 100644 --- a/commands/utility/download.js +++ b/commands/utility/download.js @@ -54,7 +54,7 @@ class DownloadCommand extends Command { .setColor(message.member.displayHexColor) .setAuthor(`Downloaded by ${message.author.username}`, message.author.displayAvatarURL(), link) .setDescription(args.caption) - .setFooter('You can get the original video by clicking on the "downloaded by" message!'); + .setFooter(`You can get the original video by clicking on the "downloaded by ${message.author.username}" message!`); if (link.includes('http') || link.includes('www')) {