Add refresh
This commit is contained in:
1
main.py
1
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:
|
||||
|
||||
Reference in New Issue
Block a user