mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 05:17:23 +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) {
|
||||
msg.reply(text);
|
||||
} else {
|
||||
this.ai.post(text);
|
||||
this.ai.post({
|
||||
text: text
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user