mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
feat: 間隔増やす
This commit is contained in:
parent
331ef9ce90
commit
8baacb7cbb
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ export default class extends Module {
|
||||||
if (Math.random() < 0.04) {
|
if (Math.random() < 0.04) {
|
||||||
this.post();
|
this.post();
|
||||||
}
|
}
|
||||||
}, 1000 * 60 * 10);
|
}, 1000 * 60 * 60);
|
||||||
|
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@ export default class extends Module {
|
||||||
if (Math.random() < 0.1) {
|
if (Math.random() < 0.1) {
|
||||||
this.post();
|
this.post();
|
||||||
}
|
}
|
||||||
}, 1000 * 60 * 60);
|
}, 1000 * 60 * 120);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
mentionHook: this.mentionHook,
|
mentionHook: this.mentionHook,
|
||||||
|
|
Loading…
Reference in a new issue