Adding position of the role into role embed

pull/9/head
sgoudham 4 years ago
parent feae21147d
commit d1f3b609f4

@ -203,7 +203,7 @@ class Info(Cog):
# Description of the embed
desc = f"{role.mention} " \
f"**<-- Colour:** {str(role.colour)} | **Position:** {role.position}"
f"**<-- Colour:** {str(role.colour)} | **Position:** #{role.position} / #{len(ctx.guild.roles)}"
# Set up Embed
embed = Embed(title=f"{role.name}",

Loading…
Cancel
Save