This commit is contained in:
Daniel Odendahl Jr
2017-12-14 19:04:40 +00:00
parent 5a202d0ff0
commit 2adfd93f83
-1
View File
@@ -49,7 +49,6 @@ module.exports = class GoogleFeudCommand extends Command {
}
}
this.playing.delete(msg.channel.id);
console.log(fails);
if (fails === 3) return msg.say('Better luck next time!');
return msg.say('You win! Nice job, master of Google!');
} catch (err) {