From 29f80ec11f97801708dadae83849fa9a08f0e61c Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 14 May 2024 00:45:45 -0400 Subject: [PATCH] A bit shorter --- 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 b41740d9..7c78789b 100644 --- a/commands/games-sp/hearing-test.js +++ b/commands/games-sp/hearing-test.js @@ -45,7 +45,7 @@ module.exports = class HearingTestCommand extends Command { let buttonPress; for (const { age: dataAge, khz, file } of data) { connection.play(path.join(__dirname, '..', '..', 'assets', 'sounds', 'hearing-test', file)); - await delay(8000); + await delay(6000); const rows = new ActionRowBuilder().addComponents( new ButtonBuilder().setCustomId('true').setLabel('Yes').setStyle(ButtonStyle.Success), new ButtonBuilder().setCustomId('false').setLabel('No').setStyle(ButtonStyle.Danger)