This commit is contained in:
syuilo 2018-08-13 18:30:13 +09:00
parent 4c03b77a9a
commit 6bda8d0c7e

View file

@ -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
});
}
}