$isAdmin

Returns whether or not the provided user has the administrator permission.

🧙‍♂️ 'true' means the user has the administrator permission, 'false' means they don't.

Usage

$isAdmin[userID]

Breakdown

  • userID - The user to check.

Example

$nomention
Are You A Admin?: `$isAdmin[$authorID]`

example