Skip to content
Snippets Groups Projects
Unverified Commit 86a26a04 authored by dnns01's avatar dnns01 Committed by GitHub
Browse files

Remove escape_markdown

parent 52efbad6
No related branches found
No related tags found
No related merge requests found
...@@ -546,7 +546,7 @@ class ElmStreet(commands.GroupCog, name="elm"): ...@@ -546,7 +546,7 @@ class ElmStreet(commands.GroupCog, name="elm"):
if ready: if ready:
break break
message += f"{str(place).rjust(4)}. | {str(value).rjust(5)} | " message += f"{str(place).rjust(4)}. | {str(value).rjust(5)} | "
message += escape_markdown(f"{member.display_name}#{member.discriminator}\n") message += f"{member.display_name}#{member.discriminator}\n"
except: except:
pass pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment