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)