From 49b7b739387737f0bf1d465e7bf8203e738ecd63 Mon Sep 17 00:00:00 2001
From: supositware <loic.bersier1@gmail.com>
Date: Thu, 16 Jun 2022 13:28:53 +0200
Subject: [PATCH] Make the embed match the old one

---
 commands/download.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/download.js b/commands/download.js
index 83247815..45eaeacb 100644
--- a/commands/download.js
+++ b/commands/download.js
@@ -85,7 +85,7 @@ async function download(url, interaction) {
 	const Embed = new MessageEmbed()
 		.setColor(interaction.member ? interaction.member.displayHexColor : 'NAVY')
 		.setAuthor(`Downloaded by ${interaction.member.displayName}`, interaction.member.displayAvatarURL(), url)
-		.setDescription(url);
+		.setFooter(`You can get the original video by clicking on the "Downloaded by ${interaction.member.displayName}" message!`);
 
 	if (interaction.customId === 'downloadQuality') {
 		format = interaction.values[0];