This commit is contained in:
Dragon Fire
2020-12-03 13:34:53 -05:00
parent 37dd6bec40
commit 198f2d4974
+1 -1
View File
@@ -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}
`);