From 9570a7bfe1d229663464b2b4d0fde5340d7758d5 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Thu, 13 May 2021 09:24:55 -0700 Subject: [PATCH] [Blurplefy] Escapes --- blurplefy/blurplefy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blurplefy/blurplefy.py b/blurplefy/blurplefy.py index c94903e..0e3e4ac 100644 --- a/blurplefy/blurplefy.py +++ b/blurplefy/blurplefy.py @@ -156,9 +156,9 @@ class Blurplefy(commands.Cog): embed = discord.Embed(title="", colour=0x7289DA) embed.add_field(name="Total amount of Blurple", value="{}%".format(blurplenesspercentage), inline=False) embed.add_field(name="Blurple (rgb(114, 137, 218))", value="{}%".format(percentblurple), inline=True) - embed.add_field(name="White (rgb(255, 255, 255))", value="{}\%".format(percentwhite), inline=True) + embed.add_field(name="White (rgb(255, 255, 255))", value="{}\\%".format(percentwhite), inline=True) embed.add_field( - name="Dark Blurple (rgb(78, 93, 148))", value="{}\%".format(percentdblurple), inline=True, + name="Dark Blurple (rgb(78, 93, 148))", value="{}\\%".format(percentdblurple), inline=True, ) embed.add_field( name="Guide",