We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f2a1d commit 204e96fCopy full SHA for 204e96f
src/components/games/connectFour.ts
@@ -341,7 +341,7 @@ export class ConnectFourGame {
341
.setTitle('Connect4')
342
.setDescription(
343
`
344
-${this.state.player1Username} vs. ${this.state.player2Username}
+<@${this.state.player1Id}> vs. ${this.state.player2Username}
345
`,
346
)
347
.addFields([
@@ -350,7 +350,7 @@ ${this.state.player1Username} vs. ${this.state.player2Username}
350
value: `
351
${this.getStatusAsString()}
352
353
-${this.state.player1Username}: ${getEmojiFromSign(this.state.player1Sign)}
+<@${this.state.player1Id}>: ${getEmojiFromSign(this.state.player1Sign)}
354
${this.state.player2Username}: ${getEmojiFromSign(this.state.player2Sign)}
355
356
},
0 commit comments