From 198f2d497427ca43e1baf19dfe2dec36c02263a4 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 3 Dec 2020 13:34:53 -0500 Subject: [PATCH] Fix --- commands/games-mp/typing-race.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/typing-race.js b/commands/games-mp/typing-race.js index 54bcbf89..11b0a426 100644 --- a/commands/games-mp/typing-race.js +++ b/commands/games-mp/typing-race.js @@ -35,7 +35,7 @@ module.exports = class TypingRaceCommand extends Command { return msg.say('Looks like they declined...'); } const sentence = sentences[Math.floor(Math.random() * sentences.length)]; - await msg.reply(stripIndents` + await msg.say(stripIndents` **Type the following sentence within 30 seconds:** ${sentence} `);