$isMentionable
$isMentionable
check if a given role is mentionable.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
roleID | number | The role ID to check if it’s mentionable or not. | true |
guildID? | number | ID of the guild where the role is present in. | false |
Example(s)
This will check if a role with the name Owner
is mentionable and returns either true
or false
: