$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:

Admin09/19/2023
!!exec $onlyIf[$hasAnyRole[$authorID;Admin]==true;You are not admin]
You are admin!

Custom Command Bot 09/19/2023
You are admin!

Example:

Normal User09/19/2023
!!exec $onlyIf[$hasAnyRole[$authorID;Admin]==true;You are not admin]
You are admin!

Custom Command Bot 09/19/2023
You are not admin