FunctionsRole Functions
$rolePerms
Returns the permissions a role has.
Usage:
$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:
Member
9/5/2026
!!exec $rolePerms[$roleID[muted]; | ]
Custom Command
APP
9/5/2026
View Channel | Read Message History
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.
Related Functions
$userPerms: Returns a member's permissions.
Function difficulty: Medium