mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 00:09:08 +02:00
Fix example
This commit is contained in:
@@ -109,7 +109,7 @@ module.exports = class ChessCommand extends Command {
|
|||||||
} else {
|
} else {
|
||||||
const displayTime = userTime === Infinity ? 'Infinite' : moment.duration(userTime).format();
|
const displayTime = userTime === Infinity ? 'Infinite' : moment.duration(userTime).format();
|
||||||
await msg.say(stripIndents`
|
await msg.say(stripIndents`
|
||||||
${user}, what move do you want to make (ex. A1A2 or NC4)? Type \`end\` to forfeit.
|
${user}, what move do you want to make (ex. A1A2 or NC3)? Type \`end\` to forfeit.
|
||||||
You can save your game by typing \`save\`.
|
You can save your game by typing \`save\`.
|
||||||
_You are ${gameState.check ? '**in check!**' : 'not in check.'}_
|
_You are ${gameState.check ? '**in check!**' : 'not in check.'}_
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user