From 00b80a929cfc2c18999664e461ce646ad836b452 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Fri, 5 Jul 2024 01:06:10 +0100 Subject: [PATCH] fuck --- src/cogs/election.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/election.py b/src/cogs/election.py index 825ec21..f206f4f 100644 --- a/src/cogs/election.py +++ b/src/cogs/election.py @@ -178,7 +178,7 @@ class ElectionCog(commands.Cog): async def get_election_results(self, ctx: discord.ApplicationContext): """Gets the current election results""" class RefreshView(discord.ui.View): - def __init__(**kwargs): + def __init__(self, **kwargs): super().__init__(**kwargs) self.last_edit = discord.utils.utcnow()