mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 08:47:21 +09: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 = 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) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user