mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Use globalName
This commit is contained in:
@@ -115,7 +115,7 @@ module.exports = class Player {
|
||||
${hand.map((card, i) => `**${i + 1}.** ${escapeMarkdown(card)}`).join('\n')}
|
||||
|
||||
**${this.game.blackType} Card:** ${escapeMarkdown(black.text)}
|
||||
**Card Czar:** ${this.game.czar.user.username}
|
||||
**Card Czar:** ${this.game.czar.user.globalName || this.game.czar.user.username}
|
||||
**Awesome Points:** ${this.points}
|
||||
**Strikes:** ${this.strikes}/3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user