diff --git a/commands/message/info/role.js b/commands/message/info/role.js index 7d9e537..ac708c4 100644 --- a/commands/message/info/role.js +++ b/commands/message/info/role.js @@ -108,7 +108,7 @@ module.exports = { author: { name: r.name }, - description: `${smallPill("ID ")} ${pill(r.id)}\n${smallPill("Position ")} ${pill(`${r.position}/${context.guild.roles.length}`)}\n${smallPill("Hoisted ")} ${pill(`${r.hoist}`)}` + description: `${smallPill("ID ")} ${pill(r.id)}\n${smallPill("Position ")} ${pill(`${context.guild.roles.length - r.position}/${context.guild.roles.length}`)}\n${smallPill("Hoisted ")} ${pill(`${r.hoist}`)}` }) if(!r.name.startsWith("@") && r.mentionable) rolePage.author.name = "@" + r.name;