Reformatted role added embed

pull/8/head
sgoudham 4 years ago
parent f94b04ab3c
commit f32508238d

@ -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}"

Loading…
Cancel
Save