From c69e9940de38000b5916c12fee09dbfe9cce4086 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 7 Feb 2021 10:40:18 -0500 Subject: [PATCH] Add SAN Example --- commands/games-mp/chess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/chess.js b/commands/games-mp/chess.js index c53c39ac..ba42231c 100644 --- a/commands/games-mp/chess.js +++ b/commands/games-mp/chess.js @@ -109,7 +109,7 @@ module.exports = class ChessCommand extends Command { } else { const displayTime = userTime === Infinity ? 'Infinite' : moment.duration(userTime).format(); await msg.say(stripIndents` - ${user}, what move do you want to make (ex. A1A2)? Type \`end\` to forfeit. + ${user}, what move do you want to make (ex. A1A2 or NC4)? Type \`end\` to forfeit. You can save your game by typing \`save\`. _You are ${gameState.check ? '**in check!**' : 'not in check.'}_