Update index.ts

This commit is contained in:
syuilo 2020-09-02 22:06:43 +09:00
parent ec681a6705
commit 523bbcd2b8

View file

@ -9,7 +9,7 @@ export default class extends Module {
@autobind
public install() {
setInterval(() => {
if (Math.random() < 0.05) {
if (Math.random() < 0.04) {
this.post();
}
}, 1000 * 60 * 10);