mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -41,7 +41,7 @@ module.exports = class ReportCommand extends Command {
|
||||
.setColor(reasonColors[reason]);
|
||||
for (const owner of this.client.owners) {
|
||||
try {
|
||||
await owner.send(embed);
|
||||
await owner.send({ embed });
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user