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

Parameters

  • userID (Type: Snowflake || Flag: Required): The user to check.

Example

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

example