diff --git a/Acronymbot.py b/Acronymbot.py index c299386..6ecf69a 100644 --- a/Acronymbot.py +++ b/Acronymbot.py @@ -41,8 +41,6 @@ class HitOrStand(discord.ui.View): await interaction.response.edit_message(content="You stood!", view=self) self.stop() - - class Buttons(discord.ui.View): def __init__(self, *, timeout=180): super().__init__(timeout=timeout)