mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-07 10:43:55 +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 = 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) => {
|
||||||
|
Reference in New Issue
Block a user