$isBot

Returns whether or not the provided user is a bot.

🧙‍♂️ 'true' means the user is a bot, 'false' means the user is not a bot.

Usage

$isBot[userID]

Parameters

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

Example

$nomention
Bot? $isBot[$findUser[$message]]

image