mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports = class TypingRaceCommand extends Command {
|
|||||||
return msg.say('Looks like they declined...');
|
return msg.say('Looks like they declined...');
|
||||||
}
|
}
|
||||||
const sentence = sentences[Math.floor(Math.random() * sentences.length)];
|
const sentence = sentences[Math.floor(Math.random() * sentences.length)];
|
||||||
await msg.reply(stripIndents`
|
await msg.say(stripIndents`
|
||||||
**Type the following sentence within 30 seconds:**
|
**Type the following sentence within 30 seconds:**
|
||||||
${sentence}
|
${sentence}
|
||||||
`);
|
`);
|
||||||
|
|||||||
Reference in New Issue
Block a user