Enumeration GatewayShardState

Gateway shard states.

Enumeration Members

CONNECTING: 2

The shard is connecting to the gateway. During this stage, the shard:

Alternatively, if the shard receives an Invalid Session payload and enters this state:

DISCONNECTED: 1

The shard was disconnected.

GUILDS_READY: 4

The shard has received all GUILD_CREATE dispatches (or has timed out).

IDLE: 0

The shard is not running.

READY: 3

The shard is connected and is operating normally. A READY or RESUMED dispatch has been received.

Generated using TypeDoc