From 6d6d0554ce7497825a3ac88c4804e0e3045a0609 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 31 Mar 2017 14:32:39 +0000 Subject: [PATCH] Fix for console.log --- commands/games/typinggame.js | 1 - 1 file changed, 1 deletion(-) 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]; }