|
|
@ -574,9 +574,9 @@ class Moderation(Cog):
|
|
|
|
|
|
|
|
|
|
|
|
# Change the description of the embed depending on how many roles were added
|
|
|
|
# Change the description of the embed depending on how many roles were added
|
|
|
|
if len(new_roles) == 1:
|
|
|
|
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:
|
|
|
|
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,
|
|
|
|
embed = Embed(description=desc,
|
|
|
|
colour=enso_embedmod_colours,
|
|
|
|
colour=enso_embedmod_colours,
|
|
|
|