$isAdmin
Returns whether the provided user has the administrator permission or not.
Syntax
$isAdmin[User ID]
Parameters
User ID(Type: Snowflake || Flag: Required): The user to check.
Example
$nomention
Are you an admin?: `$isAdmin[$authorID]`
true
false
How $authorID works?