fmt
This commit is contained in:
parent
333e670e0e
commit
4eb73aa87f
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -339,7 +339,7 @@ class DiscordClient(discord.ext.commands.Bot):
|
||||||
|
|
||||||
# Escape stuff
|
# Escape stuff
|
||||||
for replace in ("<", ">"):
|
for replace in ("<", ">"):
|
||||||
content = content.replace(replace, f"\{replace}")
|
content = content.replace(replace, f"\\{replace}")
|
||||||
|
|
||||||
# Append attachments to message.
|
# Append attachments to message.
|
||||||
for attachment in message.attachments:
|
for attachment in message.attachments:
|
||||||
|
|
Loading…
Reference in a new issue