From b08b9db579e2c3cae220658cb136111bb3a89d6d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 24 Jan 2021 21:42:16 -0500 Subject: [PATCH] Fix spelling --- commands/games-mp/car-race.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }] });