mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Show user ID in report
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user