mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 05:07:19 +09:00
Add some log
This commit is contained in:
parent
69f271cae5
commit
2bd8b629ff
@ -69,6 +69,8 @@ export default class extends Module {
|
||||
|
||||
this.subscribeReply(null, false, post.id);
|
||||
|
||||
this.log('New kazutori game started');
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -129,6 +131,8 @@ export default class extends Module {
|
||||
game.isEnded = true;
|
||||
this.games.update(game);
|
||||
|
||||
this.log('Kazutori game finished');
|
||||
|
||||
// お流れ
|
||||
if (game.votes.length <= 1) {
|
||||
this.ai.post({
|
||||
|
Loading…
x
Reference in New Issue
Block a user