mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +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!'
|
||||
: `${winner} picks up the last piece, winning the game!`;
|
||||
} 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`
|
||||
${text}
|
||||
|
||||
Reference in New Issue
Block a user