mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +00: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…
Reference in a new issue