Revert previous commit

Discord ignores escapes, code blocks, even removing the http header and still shows the invite embed
This commit is contained in:
結城イヴ 2019-03-19 02:36:49 -04:00 committed by GitHub
parent 8b01f24058
commit cb550be447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ class Logs(Cog):
f"{escaped_name}\n"\ f"{escaped_name}\n"\
f"🗓 __Creation__: {member.created_at}\n"\ f"🗓 __Creation__: {member.created_at}\n"\
f"🕓 Account age: {age}\n"\ f"🕓 Account age: {age}\n"\
f"✉ Joined with: \<{invite_used}\>\n"\ f"✉ Joined with: {invite_used}\n"\
f"🏷 __User ID__: {member.id}" f"🏷 __User ID__: {member.id}"
# Handles user restrictions # Handles user restrictions