diff --git a/commands/games/typinggame.js b/commands/games/typinggame.js index c5e7cb56..04bdfdcb 100644 --- a/commands/games/typinggame.js +++ b/commands/games/typinggame.js @@ -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]; }