From 4f16f0394ddb439198aa0feacade25aa354cd2ce Mon Sep 17 00:00:00 2001 From: = Date: Fri, 9 Jul 2021 23:24:35 -0400 Subject: [PATCH] Changing requestor to author --- commands/gif.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/gif.js b/commands/gif.js index f2527e1..29d933b 100644 --- a/commands/gif.js +++ b/commands/gif.js @@ -13,7 +13,7 @@ module.exports = { const gifInfo = { 'name': file.name, 'embed_url': res.data[0].images.original.url, - 'requestor': '@' + message.author.username + '#' + message.author.discriminator, + 'author': message.author, }; message.channel.send(functions.createGifEmbed(gifInfo)); } else {