$isMentionable
Returns whether or not a role is mentionable by everyone.

'true' means the role is mentionable, 'false' means it isn't.
Usage
$isMentionable[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: `$isMentionable[$guildID;837400697351045171]`
})
Last updated
Was this helpful?