$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[$findUser[$message]]

image