From 45ebb67fc35718597c8fd9b7ea8022d93948dd32 Mon Sep 17 00:00:00 2001 From: = Date: Sun, 18 Jul 2021 21:06:24 -0400 Subject: [PATCH] removing pointless url in gif embeds --- functions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/functions.js b/functions.js index fd35a89..07b3cc5 100644 --- a/functions.js +++ b/functions.js @@ -105,7 +105,6 @@ module.exports = { createTextEmbed(data, author, command) { return new Discord.MessageEmbed() .setAuthor(command) - .setDescription(data.content) .setTimestamp() .setFooter(`@${author.username}#${author.discriminator}`); },