From e21d54022f2f98148e4684613bdfc2d8f755a51c Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 14 May 2024 00:42:49 -0400 Subject: [PATCH] Fix --- commands/games-sp/hearing-test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/games-sp/hearing-test.js b/commands/games-sp/hearing-test.js index 9b8a280f..c799bc00 100644 --- a/commands/games-sp/hearing-test.js +++ b/commands/games-sp/hearing-test.js @@ -80,13 +80,13 @@ module.exports = class HearingTestCommand extends Command { }); } if (age === 'all') { - return buttonPress.update({ + return gameMsg.edit({ content: 'Everyone should be able to hear that. You cannot hear.', components: [] }); } if (age === 'max') { - return buttonPress.update({ + return gameMsg.edit({ content: stripIndents` You can hear any frequency of which a human is capable. The maximum frequency you were able to hear was **${range}000hz**. @@ -94,7 +94,7 @@ module.exports = class HearingTestCommand extends Command { components: [] }); } - return buttonPress.update({ + return gameMsg.edit({ content: stripIndents` You have the hearing of someone **${Number.parseInt(age, 10) + 1} or older**. The maximum frequency you were able to hear was **${range}000hz**.