This commit is contained in:
Dragon Fire
2020-05-18 12:18:56 -04:00
parent d242e29523
commit 085e583539
+1
View File
@@ -73,6 +73,7 @@ module.exports = class WordSpudCommand extends Command {
break;
}
await msg.say(`${currentWord} **${word}**? Cool!`);
currentWord = word;
userTurn = !userTurn;
if (lastTurnTimeout) lastTurnTimeout = false;
}