Reformatted role added embed

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

@ -574,9 +574,9 @@ 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}"
desc = f"**Roles Added To {after.mention}\nRoles: {new_roles_string}**"
embed = Embed(description=desc,
colour=enso_embedmod_colours,

Loading…
Cancel
Save