From f69b0ee2ad469ba9ac614d1a6039f135782abbae Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 25 Feb 2020 16:31:20 -0500 Subject: [PATCH] ?????? --- commands/util/report.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/util/report.js b/commands/util/report.js index 832b5216..58fc7c08 100644 --- a/commands/util/report.js +++ b/commands/util/report.js @@ -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; } }