Fix for console.log

This commit is contained in:
Daniel Odendahl Jr
2017-03-31 14:32:39 +00:00
parent 84f30b906f
commit 6d6d0554ce
-1
View File
@@ -62,7 +62,6 @@ module.exports = class TypingGameCommand extends commando.Command {
errors: ['time']
});
if (collected.first().content !== randomSentence) {
console.log(collected.first());
let loseMsg = await message.say('Nope, your sentence does not match the original. Try again next time!');
return [embedMsg, loseMsg];
}