$hasAnyRole

Checks if the author or user have at least one of the provided role IDs

Usage

$hasAnyRole[roleID1;roleID2;...] or $hasAnyRole[userID;roleID1;roleID2;...]

Example:

Admin02/20/2024
!!exec $onlyIf[$hasAnyRole[$authorID;Admin]==true;You are not admin]
You are admin!

Custom Command Bot 02/20/2024
You are admin!

Example:

Normal User02/20/2024
!!exec $onlyIf[$hasAnyRole[$authorID;Admin]==true;You are not admin]
You are admin!

Custom Command Bot 02/20/2024
You are not admin