Use globalName

This commit is contained in:
lilyissillyyy
2025-09-18 16:11:31 -04:00
parent 4a8aa67a72
commit 46e7a9e244
21 changed files with 48 additions and 36 deletions
+1 -1
View File
@@ -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