$isBot

Returns whether the provided user is a bot or not.

“true” means the user is a bot, “false” means they aren’t.

Syntax

$isBot[User ID]

Parameters

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

Example

$nomention
Bot?: $isBot[$mentioned[1]]
!example MineBarekSA Bot?: false !example BDFD Support Bot?: true