Fix spelling

This commit is contained in:
Dragon Fire
2021-01-24 21:42:16 -05:00
parent 5a46c0b5c0
commit b08b9db579
+1 -1
View File
@@ -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' }] });