mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Bingo Command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user