mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-08 08:33:49 +09:00
Fix bug
This commit is contained in:
@ -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
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user