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;