Bingo Command

This commit is contained in:
Dragon Fire
2020-06-06 17:26:03 -04:00
parent 7f5dbb68e0
commit dda985420d
5 changed files with 174 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ module.exports = class PokerCommand extends Command {
money: 5000,
id: player,
hand: [],
user: this.client.users.cache.get(player),
user: await this.client.users.fetch(player),
currentBet: 0,
hasGoneOnce: false,
strikes: 0