mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 06:37:32 +02:00
Minor changes
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = class TicTacToeCommand extends Command {
|
||||
time: 30000
|
||||
});
|
||||
if (!turn.size) {
|
||||
await msg.say('Time!');
|
||||
await msg.say('Sorry, time is up!');
|
||||
userTurn = !userTurn;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user