From b8252a2ff2817914d1a81f390375dff3a5835014 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 31 Oct 2020 11:16:45 -0400 Subject: [PATCH] Markdown --- 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 619f3e77..74902fec 100644 --- a/commands/games-sp/hearing-test.js +++ b/commands/games-sp/hearing-test.js @@ -39,7 +39,7 @@ module.exports = class HearingTestCommand extends Command { for (const { age: dataAge, file } of data) { connection.play(path.join(__dirname, '..', '..', 'assets', 'sounds', 'hearing-test', file)); await delay(3500); - await msg.reply('Did you hear that sound? Reply with [y]es or [n]o.'); + await msg.reply('Did you hear that sound? Reply with **[y]es** or **[n]o**.'); const heard = await verify(msg.channel, msg.author); if (!heard || file === data[data.length - 1].file) { age = dataAge;