Returns the permissions a role has.
$rolePerms[roleID;separator (optional)]
roleID: The ID of the role to check.separator: (Optional) The separator to use when listing the permissions. Defaults to no separator.
Example:
!!exec $rolePerms[$roleID[muted]; | ] View Channel | Read Message History::: tip Permissions List For a comprehensive list of all permission names, refer to the Permissions List. This list includes all the permissions a role can have.
:::
::: tip Related Functions
$userPerms: Returns a member's permissions. :::