From 523bbcd2b8563f6f1e3bb786c97417c786ef71fa Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 2 Sep 2020 22:06:43 +0900 Subject: [PATCH] Update index.ts --- src/modules/noting/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/noting/index.ts b/src/modules/noting/index.ts index 33721c7..c30506c 100644 --- a/src/modules/noting/index.ts +++ b/src/modules/noting/index.ts @@ -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);