mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-06 17:23:50 +09:00
Fix bug
This commit is contained in:
@ -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) => {
|
||||
|
Reference in New Issue
Block a user