🧹 cleaned up blackjack.py

This commit is contained in:
NikolajDanger
2021-08-24 22:28:05 +02:00
parent 225316ffed
commit 5330a51fe0
8 changed files with 679 additions and 977 deletions

View File

@ -53,7 +53,7 @@ class BlackjackCog(commands.Cog):
await self.bot.games.blackjack.enter_game(ctx, bet)
@cog_ext.cog_subcommand(**params["blackjack_stand"])
async def blackjack_stand(self, ctx, hand=""):
async def blackjack_stand(self, ctx, hand=0):
"""Stand on your hand in blackjack."""
await self.bot.games.blackjack.stand(ctx, hand)