mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 14:37:21 +09:00
Fix bug
This commit is contained in:
parent
4c03b77a9a
commit
6bda8d0c7e
@ -53,7 +53,9 @@ export default class KeywordModule implements IModule {
|
|||||||
if (msg) {
|
if (msg) {
|
||||||
msg.reply(text);
|
msg.reply(text);
|
||||||
} else {
|
} else {
|
||||||
this.ai.post(text);
|
this.ai.post({
|
||||||
|
text: text
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user