fuck
All checks were successful
Build and Publish / build_and_publish (push) Successful in 1m24s

This commit is contained in:
Nexus 2024-07-05 01:06:10 +01:00
parent 34511e87ea
commit 00b80a929c

View file

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