Make avatar edit commands not say to contact me

This commit is contained in:
Daniel Odendahl Jr
2017-07-02 16:27:08 +00:00
parent 2d5bfb5ed3
commit 537f4cd88d
16 changed files with 302 additions and 250 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ module.exports = class HangmanCommand extends Command {
else return msg.say(`Too bad... It was ${word}...`);
} catch (err) {
this.playing.delete(msg.guild.id);
return msg.say(`Oh no, an Error occurred! Try again later! \`${err.name}: ${err.message}\``);
return msg.say(`Oh no, an Error occurred: \`${err.message}\`. Try again later!`);
}
}
};