This function returns the highest hoisted role's ID the given user has
This function has 1 optional field
- User ID (Optional)
Raw Usage: $hoistedRole[userID (optional)]
- User ID - The user we're getting the role from
Without optional fields
bot.command({
name: 'hoistedRole',
code: `$hoistedRole`
})
With optional fields
bot.command({
name: 'hoistedRole',
code: `$hoistedRole[$mnetioned[1]]`
})