diff --git a/commands/moderation/ban.js b/commands/moderation/ban.js index 8412705d..9d67cbb6 100644 --- a/commands/moderation/ban.js +++ b/commands/moderation/ban.js @@ -79,6 +79,7 @@ module.exports = class BanCommand extends Command { return modlogs.send({ embed }); } } catch (err) { + console.log(err); return msg.say('Aborting Ban.'); } }