The options to pass to the client.
Whether to cache messages.
Whether to cache users.
Whether to cache members.
Whether to cache channels.
Whether to cache guilds.
Whether to cache voice states.
Whether to cache roles.
Whether to cache scheduled events.
Whether to cache emojis.
Whether to cache invites.
The default expiry time for messages.
The default expiry time for users.
The intents to use when connecting.
The total number of shards to manage.
The ids of the shards to manage.
The session data for the client.
The initial cache data for the client.
The function to call when a soft restart is needed.
Readonly
_cacheReadonly
_defaultStatic
defaultThe guild manager for this client.
The intents that this client is using.
The session data for this client.
The ids of the shards that this client is managing.
The total number of shards that this client is managing.
The user manager for this client.
Outputs a debug message if NODE_ENV=development.
The debug status level.
The message to emit.
Registers commands, overwriting all previous ones.
Array of commands to register.
Optional
event: keyof ClientEventsSets the bot's status across all shards.
Status options.
Optional
afk?: booleanWhether the bot is afk.
The bot's new status.
Optional
since?: numberThe time since the bot has been afk.
Optional
status?: stringThe bot's status.
Optional
type?: numberThe type of status.
Creates the client and sets the default options.