From b392725a2172037e5d29fe6d392d445111efd070 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 9 Jul 2021 22:41:46 -0400 Subject: [PATCH] More suitable variable name --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.js b/functions.js index f96488b..74bd9f2 100644 --- a/functions.js +++ b/functions.js @@ -51,6 +51,6 @@ module.exports = { .setTitle(data.name) .setImage(data.embed_url) .setTimestamp() - .setFooter('@' + data.requestor.username + '#' + data.requestor.discriminator); + .setFooter('@' + data.author.username + '#' + data.author.discriminator); } } \ No newline at end of file