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