mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Show user ID in report
This commit is contained in:
@@ -36,6 +36,7 @@ module.exports = class ReportCommand extends Command {
|
|||||||
.setDescription(message)
|
.setDescription(message)
|
||||||
.setTitle(displayReasons[reason])
|
.setTitle(displayReasons[reason])
|
||||||
.setAuthor(msg.author.tag)
|
.setAuthor(msg.author.tag)
|
||||||
|
.setFooter(`ID: ${msg.author.id}`)
|
||||||
.setTimestamp()
|
.setTimestamp()
|
||||||
.setColor(reasonColors[reason]);
|
.setColor(reasonColors[reason]);
|
||||||
for (const owner of this.client.owners) {
|
for (const owner of this.client.owners) {
|
||||||
|
|||||||
Reference in New Issue
Block a user