From 45ebb67fc35718597c8fd9b7ea8022d93948dd32 Mon Sep 17 00:00:00 2001 From: = Date: Sun, 18 Jul 2021 21:06:24 -0400 Subject: [PATCH 1/2] 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}`); }, From 2fb9bbd37bd5afe65927d0d911bc281db09b78bc Mon Sep 17 00:00:00 2001 From: = Date: Sun, 18 Jul 2021 21:06:37 -0400 Subject: [PATCH 2/2] set up for strings --- src/strings.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/strings.json diff --git a/src/strings.json b/src/strings.json new file mode 100644 index 0000000..e69de29