$isHoisted
Returns whether or not a role is displayed-separately (hoisted).

'true' means the role is hoisted, 'false' means it isn't.
Usage
$isHoisted[guildID;roleID]
Breakdown
guildID
- The server that the role belongs to.
roleID
- The role to get the data for.
Example
bot.command({
type: "command",
name: "random-example",
code: `$isHoisted[$guildID;837400697351045171]`
})
Last updated
Was this helpful?