From 523c481f5916973ad2a0195f9375356d28e045a7 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 9 Jul 2021 23:27:21 -0400 Subject: [PATCH] Whoops --- commands/gif.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/gif.js b/commands/gif.js index 29d933b..3641814 100644 --- a/commands/gif.js +++ b/commands/gif.js @@ -26,7 +26,7 @@ module.exports = { const gifInfo = { 'name': file.name, 'embed_url': file.embed_url, - 'requestor': message.author.username + '#' + message.author.discriminator, + 'author': message.author, }; message.channel.send(functions.createGifEmbed(gifInfo)); }