Fixed control ofdealer bug

This commit is contained in:
2023-06-12 17:29:25 +10:00
parent 6e80036ba7
commit b2dad99f6c
5 changed files with 20 additions and 3 deletions

View File

@@ -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)