Blackjack is done :)
This commit is contained in:
@@ -85,8 +85,7 @@ async def bj(interaction: discord.Interaction):
|
||||
discinput = lambda m: discordInput(interaction, m)
|
||||
discoutput = lambda m: discordOutput(interaction, m)
|
||||
await interaction.response.send_message("Let's play Black Jack!")
|
||||
await blackJack.play_game(discinput, discoutput)
|
||||
# await blackJack.play_game(interaction.user.id, 100, discinput, discoutput)
|
||||
await blackJack.play_game(interaction.user.id, 100, discinput, discoutput)
|
||||
|
||||
async def discordInput(interaction: discord.Interaction, message:str):
|
||||
response = HitOrStand()
|
||||
@@ -107,7 +106,6 @@ async def bal(interaction: discord.Interaction):
|
||||
"""
|
||||
#### Calculator ####
|
||||
"""
|
||||
|
||||
@tree.command(description="Do Meth")
|
||||
async def calculator(interaction: discord.Interaction):
|
||||
await interaction.response.defer()
|
||||
|
||||
Reference in New Issue
Block a user