diff --git a/commands/games-mp/car-race.js b/commands/games-mp/car-race.js index c29596ec..5c6a8318 100644 --- a/commands/games-mp/car-race.js +++ b/commands/games-mp/car-race.js @@ -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' }] });