🃏 Blackjack
This commit is contained in:
@ -50,7 +50,7 @@ class BlackjackCog(commands.Cog):
|
||||
@cog_ext.cog_subcommand(**params["blackjackBet"])
|
||||
async def blackjackBet(self, ctx, bet):
|
||||
"""Enter the game of blackjack with a bet."""
|
||||
await self.bot.games.blackjack.playerDrawHand(ctx, bet)
|
||||
await self.bot.games.blackjack.enterGame(ctx, bet)
|
||||
|
||||
@cog_ext.cog_subcommand(**params["blackjackStand"])
|
||||
async def blackjackStand(self, ctx, hand=""):
|
||||
|
Reference in New Issue
Block a user