diff --git a/cogs/verify.py b/cogs/verify.py index 5ce5628..e28535c 100644 --- a/cogs/verify.py +++ b/cogs/verify.py @@ -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!",