mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
fix position
This commit is contained in:
parent
ad408531fe
commit
1cefaaab55
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue