From f32508238d1acf1098af51012db270f5b57a0527 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 14 Aug 2020 16:50:29 +0100 Subject: [PATCH] Reformatted role added embed --- cogs/moderation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/moderation.py b/cogs/moderation.py index bcc1d414..ff70ebb7 100644 --- a/cogs/moderation.py +++ b/cogs/moderation.py @@ -574,7 +574,7 @@ class Moderation(Cog): # Change the description of the embed depending on how many roles were added if len(new_roles) == 1: - desc = f"**{after.mention} was given the role** `{new_roles_string}`" + desc = f"**{after.mention} was given the role** {new_roles_string}" else: desc = f"**Roles Added To {after.mention}\nRoles:** {new_roles_string}"