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

Admin03/05/2025
!!exec $onlyIf[$hasAnyRole[$authorID;Admin]==true;You are not admin]
You are admin!

Custom Command Bot 03/05/2025
You are admin!

Example:

Normal User03/05/2025
!!exec $onlyIf[$hasAnyRole[$authorID;Admin]==true;You are not admin]
You are admin!

Custom Command Bot 03/05/2025
You are not admin