Changed footer

This commit is contained in:
loicbersier 2020-01-30 11:55:48 +01:00
parent 903f9cd59e
commit 63781153c6

View file

@ -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')) {