mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Fix lint
This commit is contained in:
@@ -109,7 +109,7 @@ module.exports = class JengaCommand extends Command {
|
|||||||
? 'I pick up the last piece and win!'
|
? 'I pick up the last piece and win!'
|
||||||
: `${winner} picks up the last piece, winning the game!`;
|
: `${winner} picks up the last piece, winning the game!`;
|
||||||
} else {
|
} else {
|
||||||
text = `${opponent.bot && !userTurn ? `I pick ${i + 1}, a` : 'A'}nd the tower topples!`
|
text = `${opponent.bot && !userTurn ? `I pick ${i + 1}, a` : 'A'}nd the tower topples!`;
|
||||||
}
|
}
|
||||||
return msg.say(stripIndents`
|
return msg.say(stripIndents`
|
||||||
${text}
|
${text}
|
||||||
|
|||||||
Reference in New Issue
Block a user