mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix spelling
This commit is contained in:
@@ -164,7 +164,7 @@ module.exports = class CarRaceCommand extends Command {
|
||||
text = stripIndents`
|
||||
Welcome to \`car-race\`! Whenever a message pops up, type the word provided.
|
||||
Whoever types the word first advances their car!
|
||||
Either play can type \`end\` at any time to end the game.
|
||||
Either player can type \`end\` at any time to end the game.
|
||||
`;
|
||||
}
|
||||
await msg.say(`${text}\n\nGet Ready...`, { files: [{ attachment: board, name: 'car-race.png' }] });
|
||||
|
||||
Reference in New Issue
Block a user