$isAdmin

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

“true” means the user has the administrator permission, “false” means they don’t.

Syntax

$isAdmin[User ID]

Parameters

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

Example

$nomention
Are you an admin?: `$isAdmin[$authorID]`
!example Are you an admin?: true