From 63781153c6e3ad62aaf36fa6de88208bac0c92e3 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 30 Jan 2020 11:55:48 +0100 Subject: [PATCH] Changed footer --- commands/utility/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) {