diff --git a/issues/issues.py b/issues/issues.py index a75eac9..ccd5f64 100644 --- a/issues/issues.py +++ b/issues/issues.py @@ -37,9 +37,8 @@ class Issues(commands.Cog): await interaction.response.send_message(content="I cannot access that channel!", ephemeral=True) class IssueButtons(discord.ui.View): - def __init__(self, timeout): + def __init__(self): super().__init__() - self.timeout = timeout @discord.ui.button(label="Yes", style=discord.ButtonStyle.success) async def issue_button_bot(self, button: discord.ui.Button, interaction: discord.Interaction):