Revert previous commit
Discord ignores escapes, code blocks, even removing the http header and still shows the invite embed
This commit is contained in:
parent
8b01f24058
commit
cb550be447
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class Logs(Cog):
|
|||
f"{escaped_name}\n"\
|
||||
f"🗓 __Creation__: {member.created_at}\n"\
|
||||
f"🕓 Account age: {age}\n"\
|
||||
f"✉ Joined with: \<{invite_used}\>\n"\
|
||||
f"✉ Joined with: {invite_used}\n"\
|
||||
f"🏷 __User ID__: {member.id}"
|
||||
|
||||
# Handles user restrictions
|
||||
|
|
Loading…
Reference in a new issue