Ledger Works
This commit is contained in:
@@ -75,7 +75,7 @@ async def bj(interaction: discord.Interaction):
|
||||
discoutput = lambda m: discordOutput(interaction, m)
|
||||
blackJack = BlackJack(discinput, discoutput)
|
||||
await interaction.response.send_message("Let's play Black Jack!")
|
||||
await blackJack.play_game(100)
|
||||
await blackJack.play_game(interaction.user, 100)
|
||||
|
||||
async def discordInput(interaction: discord.Interaction, message:str):
|
||||
response = HitOrStand()
|
||||
|
||||
Reference in New Issue
Block a user