🃏 Blackjack

This commit is contained in:
NikolajDanger
2021-04-17 20:59:47 +02:00
parent 43f26ec383
commit de127a179b
6 changed files with 1016 additions and 505 deletions

View File

@ -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=""):