From 28cac2cbc4a656f0463ea3a06bcf863f0327aa56 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 14 May 2024 00:50:47 -0400 Subject: [PATCH] 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 1f53869e..38d6b74c 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(6000); + await delay(5000); const rows = new ActionRowBuilder().addComponents( new ButtonBuilder().setCustomId('true').setLabel('Yes').setStyle(ButtonStyle.Success), new ButtonBuilder().setCustomId('false').setLabel('No').setStyle(ButtonStyle.Danger)