Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 238 Bytes

File metadata and controls

25 lines (17 loc) · 238 Bytes

Bot

Whether the user is a bot

Supported Types

bool

/**
* @var bool
*/
bool $value = /* values here */

Components\Bot2

/**
* @var Components\Bot2
*/
Components\Bot2 $value = /* values here */