Fixed control ofdealer bug
This commit is contained in:
@@ -118,7 +118,7 @@ async def calculator(interaction: discord.Interaction):
|
||||
#### Game Picker ####
|
||||
"""
|
||||
@tree.command(description="Pick a game")
|
||||
async def gimmegame(interaction: discord.Interaction):
|
||||
async def gg(interaction: discord.Interaction):
|
||||
|
||||
game = pick_game()
|
||||
await interaction.response.send_message(game)
|
||||
|
||||
Reference in New Issue
Block a user