Show user ID in report

This commit is contained in:
Dragon Fire
2020-02-28 13:49:46 -05:00
parent 8b0ffa8030
commit 3ef2ab319d
+1
View File
@@ -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) {