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: