Changed blackjack code
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user