This commit is contained in:
Dragon Fire
2020-02-25 16:32:00 -05:00
parent f69b0ee2ad
commit 88e09d3b33
+1 -1
View File
@@ -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;