From 78f9d861d512e23675962ca14e231002a19d4234 Mon Sep 17 00:00:00 2001 From: enbraining Date: Fri, 15 Mar 2024 09:24:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=BC=EC=A0=95=20=EC=83=9D=EC=84=B1=20?= =?UTF-8?q?=EC=9E=85=EB=A0=A5=20=EC=9C=A0=ED=9A=A8=EA=B8=B0=EA=B0=84=201?= =?UTF-8?q?=EB=B6=84=20->=205=EB=B6=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/AddScheduleCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/AddScheduleCommand.ts b/src/commands/AddScheduleCommand.ts index e041a4c..f73402f 100644 --- a/src/commands/AddScheduleCommand.ts +++ b/src/commands/AddScheduleCommand.ts @@ -31,7 +31,7 @@ export default { const inputMessage = await thread.awaitMessages({ max: 1, - time: 60_000, // 60초 + time: 60_000 * 5, // 60초 filter: (msg) => msg.author.id == interaction.user.id, errors: ["time"] });