mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 05:08: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({
|
this.ai.post({
|
||||||
text: text,
|
text: text,
|
||||||
cw: serifs.kazutori.finish,
|
cw: serifs.kazutori.finish,
|
||||||
renote: game.postId
|
renoteId: game.postId
|
||||||
});
|
});
|
||||||
|
|
||||||
this.unsubscribeReply(null);
|
this.unsubscribeReply(null);
|
||||||
|
|
Loading…
Reference in a new issue