Changed blackjack code

This commit is contained in:
2022-11-25 22:23:11 +10:00
parent 78ac52e73e
commit 66189e9c64

View File

@@ -41,8 +41,6 @@ class HitOrStand(discord.ui.View):
await interaction.response.edit_message(content="You stood!", view=self) await interaction.response.edit_message(content="You stood!", view=self)
self.stop() self.stop()
class Buttons(discord.ui.View): class Buttons(discord.ui.View):
def __init__(self, *, timeout=180): def __init__(self, *, timeout=180):
super().__init__(timeout=timeout) super().__init__(timeout=timeout)