Just in case someone has DMs off

This commit is contained in:
Daniel Odendahl Jr
2017-10-23 03:12:32 +00:00
parent 77f475475d
commit 681ddef1d4
+1 -1
View File
@@ -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!`);
}
}
};