From 94a6e5fc0f88dbfd14070aa9a502228f8435da0a Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Sun, 19 Mar 2023 23:37:17 +0500 Subject: [PATCH] bruh --- helpers/tictactoe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/tictactoe.js b/helpers/tictactoe.js index 3c7053c0..2afb67d3 100644 --- a/helpers/tictactoe.js +++ b/helpers/tictactoe.js @@ -110,7 +110,7 @@ async function tictactoe(interaction, options = {}) { const collector = m.createMessageComponentCollector({ componentType: ComponentType.Button, - time: (5 * 1000), + time: (30 * 1000), }); collector.on("collect", async button => { if (button.user.id !== opponent.id)