This commit is contained in:
Dragon Fire
2020-02-25 16:31:20 -05:00
parent 540a1b601c
commit f69b0ee2ad
+2 -1
View File
@@ -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;
}
}