From 3ef2ab319dfe213e3f8e256fb3f6dbcd93d7ddea Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 28 Feb 2020 13:49:46 -0500 Subject: [PATCH] Show user ID in report --- commands/util/report.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/util/report.js b/commands/util/report.js index 5603429b..a6211a73 100644 --- a/commands/util/report.js +++ b/commands/util/report.js @@ -36,6 +36,7 @@ module.exports = class ReportCommand extends Command { .setDescription(message) .setTitle(displayReasons[reason]) .setAuthor(msg.author.tag) + .setFooter(`ID: ${msg.author.id}`) .setTimestamp() .setColor(reasonColors[reason]); for (const owner of this.client.owners) {