mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +02:00
Fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user