This commit is contained in:
syuilo 2018-08-14 05:02:02 +09:00 committed by GitHub
parent e90cafe29a
commit f9b2450373
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ export default class KeywordModule implements IModule {
this.tokenizer = new MeCab(); this.tokenizer = new MeCab();
this.tokenizer.command = config.mecab; this.tokenizer.command = config.mecab;
setTimeout(this.say, 1000 * 60 * 60); setInterval(this.say, 1000 * 60 * 60);
} }
private say = async (msg?: MessageLike) => { private say = async (msg?: MessageLike) => {