mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Allow only two players in poker
This commit is contained in:
@@ -6,7 +6,7 @@ const Deck = require('../../structures/cards/Deck');
|
||||
const { formatNumber, list, delay } = require('../../util/Util');
|
||||
const { SUCCESS_EMOJI_ID } = process.env;
|
||||
const max = 6;
|
||||
const min = 3;
|
||||
const min = 2;
|
||||
const bigBlindAmount = 100;
|
||||
const smallBlindAmount = 50;
|
||||
const raiseRegex = /raise (\$?([0-9]+)?,?[0-9]+)/i;
|
||||
|
||||
Reference in New Issue
Block a user