From df9b5ac09711477f8a1240ccb209ae8ee68c850d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 2 May 2024 11:21:17 -0400 Subject: [PATCH] Update hunger-games.js --- commands/games-sp/hunger-games.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/hunger-games.js b/commands/games-sp/hunger-games.js index addc192e..8315b7f4 100644 --- a/commands/games-sp/hunger-games.js +++ b/commands/games-sp/hunger-games.js @@ -71,7 +71,7 @@ module.exports = class HungerGamesCommand extends Command { buttonPress = await gameMsg.awaitMessageComponent({ filter: res => res.user.id === msg.author.id, max: 1, - time: 30000 + time: 120000 }); if (buttonPress.customId === 'false') { await buttonPress.update({ content: text, components: [] });