From 8baacb7cbbb19845107c4d69ab62335b72112399 Mon Sep 17 00:00:00 2001 From: n1lsqn Date: Wed, 15 Nov 2023 17:19:20 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=96=93=E9=9A=94=E5=A2=97=E3=82=84?= =?UTF-8?q?=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/noting/index.ts | 2 +- src/modules/poll/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/noting/index.ts b/src/modules/noting/index.ts index c695504..299521b 100644 --- a/src/modules/noting/index.ts +++ b/src/modules/noting/index.ts @@ -15,7 +15,7 @@ export default class extends Module { if (Math.random() < 0.04) { this.post(); } - }, 1000 * 60 * 10); + }, 1000 * 60 * 60); return {}; } diff --git a/src/modules/poll/index.ts b/src/modules/poll/index.ts index a5339f5..d43adfb 100644 --- a/src/modules/poll/index.ts +++ b/src/modules/poll/index.ts @@ -15,7 +15,7 @@ export default class extends Module { if (Math.random() < 0.1) { this.post(); } - }, 1000 * 60 * 60); + }, 1000 * 60 * 120); return { mentionHook: this.mentionHook,