Fix force verify command again

This commit is contained in:
eek7574 2022-12-18 15:00:10 +00:00
parent cd17bc39cc
commit 53c87d5c27

View file

@ -67,7 +67,7 @@ class VerifyCog(commands.Cog):
await user.edit(nick=f"{existing.name}", reason="Verified")
except discord.HTTPException:
pass
console.log(f"[green]{ctx.author} verified {user} ({user.id}/{existing.student_id})")
console.log(f"[green]{ctx.author} verified {user} ({user.id})")
await ctx.message.delete(delay=10)
return await ctx.reply(
"\N{white heavy check mark} Verification complete!",