From fe78f17adfb3a6c3334761790c622fa56e19064b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= <52619285+LordofAgents@users.noreply.github.com> Date: Mon, 30 Jun 2025 19:31:41 +0200 Subject: [PATCH] Add refresh --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 385cf0c..ecd947a 100644 --- a/main.py +++ b/main.py @@ -969,6 +969,7 @@ async def remove_votes(ctx, first: discord.Option(discord.SlashCommandOptionType cur.execute("DELETE FROM yes_votes WHERE discord_id_recruit = ?", (first.id, )) cur.execute("DELETE FROM no_votes WHERE discord_id_recruit = ?", (first.id, )) await ctx.respond(f"Done.", ephemeral=True) + await process_refresh() def check_roles(member, recruit_id): for role in member.roles: