mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
Fix bug
This commit is contained in:
parent
e90cafe29a
commit
f9b2450373
|
@ -24,7 +24,7 @@ export default class KeywordModule implements IModule {
|
|||
this.tokenizer = new MeCab();
|
||||
this.tokenizer.command = config.mecab;
|
||||
|
||||
setTimeout(this.say, 1000 * 60 * 60);
|
||||
setInterval(this.say, 1000 * 60 * 60);
|
||||
}
|
||||
|
||||
private say = async (msg?: MessageLike) => {
|
||||
|
|
Loading…
Reference in a new issue