From 385b097cf17d2719395f2be4664fdac019f21b62 Mon Sep 17 00:00:00 2001 From: n1lsqn Date: Sat, 2 Dec 2023 14:53:43 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A0=BB=E5=BA=A6=E4=B8=8B=E3=81=92?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/poll/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/poll/index.ts b/src/modules/poll/index.ts index d43adfb..7717893 100644 --- a/src/modules/poll/index.ts +++ b/src/modules/poll/index.ts @@ -25,7 +25,7 @@ export default class extends Module { @autobind private async post() { - const duration = 1000 * 60 * 15; + const duration = 1000 * 60 * 24; const polls = [ // TODO: Extract serif ['珍しそうなもの', 'みなさんは、どれがいちばん珍しいと思いますか?'],