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
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…
Reference in a new issue