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