mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 15:38:00 +00:00
Fix bug
This commit is contained in:
parent
971d78a957
commit
be8583548a
|
@ -176,7 +176,7 @@ export default class extends Module {
|
|||
this.ai.post({
|
||||
text: text,
|
||||
cw: serifs.kazutori.finish,
|
||||
renote: game.postId
|
||||
renoteId: game.postId
|
||||
});
|
||||
|
||||
this.unsubscribeReply(null);
|
||||
|
|
Loading…
Reference in a new issue