From 4eb73aa87ffd4d5b7afee646d916fcf170beedc8 Mon Sep 17 00:00:00 2001 From: git-bruh Date: Sun, 24 Jan 2021 13:46:50 +0530 Subject: [PATCH] fmt --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 21adf31..24cce97 100644 --- a/main.py +++ b/main.py @@ -339,7 +339,7 @@ class DiscordClient(discord.ext.commands.Bot): # Escape stuff for replace in ("<", ">"): - content = content.replace(replace, f"\{replace}") + content = content.replace(replace, f"\\{replace}") # Append attachments to message. for attachment in message.attachments: