From 681ddef1d4cdf2badd05db0fab90d16730f32647 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 23 Oct 2017 03:12:32 +0000 Subject: [PATCH] Just in case someone has DMs off --- commands/games/wizard-convention.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games/wizard-convention.js b/commands/games/wizard-convention.js index 157aebbf..78f3f48c 100644 --- a/commands/games/wizard-convention.js +++ b/commands/games/wizard-convention.js @@ -149,7 +149,7 @@ module.exports = class WizardConventionCommand extends Command { return msg.say(`Oh no, the dragon wasn't caught in time... Nice job, ${dragon.user}!`); } catch (err) { this.playing.delete(msg.channel.id); - throw err; + return msg.say(`Oh no, an error occurred: \`${err.message}\`. Try again later!`); } } };