From f6a45d6e439dae2e39478203a6553db965ddd529 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 14 May 2024 00:38:47 -0400 Subject: [PATCH] Give less time --- commands/games-sp/hearing-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/hearing-test.js b/commands/games-sp/hearing-test.js index 7afbaeee..54747d37 100644 --- a/commands/games-sp/hearing-test.js +++ b/commands/games-sp/hearing-test.js @@ -56,7 +56,7 @@ module.exports = class HearingTestCommand extends Command { buttonPress = await gameMsg.awaitMessageComponent({ filter: res => res.user.id === msg.author.id, max: 1, - time: 120000 + time: 30000 }); if (buttonPress.customId === 'false') { age = previousAge;