mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 13:17:59 +00:00
Update index.ts
This commit is contained in:
parent
ec681a6705
commit
523bbcd2b8
|
@ -9,7 +9,7 @@ export default class extends Module {
|
||||||
@autobind
|
@autobind
|
||||||
public install() {
|
public install() {
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
if (Math.random() < 0.05) {
|
if (Math.random() < 0.04) {
|
||||||
this.post();
|
this.post();
|
||||||
}
|
}
|
||||||
}, 1000 * 60 * 10);
|
}, 1000 * 60 * 10);
|
||||||
|
|
Loading…
Reference in a new issue