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!`); } } };