Better board display in bingo

This commit is contained in:
Dragon Fire
2020-06-06 22:18:31 -04:00
parent c647f4d8ff
commit 3416f9331e
2 changed files with 7 additions and 2 deletions
+2
View File
@@ -83,6 +83,8 @@ module.exports = class PokerCommand extends Command {
player.hand.push(...deck.draw(2));
try {
await player.user.send(stripIndents`
_Back to ${msg.channel}._
**Your Poker Hand:**
${player.hand.map(c => c.textDisplay).join('\n')}