mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 06:45:31 +02:00
??????
This commit is contained in:
@@ -39,10 +39,11 @@ module.exports = class ReportCommand extends Command {
|
||||
.setAuthor(msg.author.tag)
|
||||
.setTimestamp()
|
||||
.setColor(reasonColors[reason]);
|
||||
for (const owner of this.client.owners){
|
||||
for (const owner of this.client.owners) {
|
||||
try {
|
||||
await owner.send(embed);
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user