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()