Enums : StateTypes
- Enumeration members
Connected = "CONNECTED"
ConnectedThe player is connected to a voice channel.
Connecting = "CONNECTING"
ConnectingThe player is connecting to a voice channel.
Disconnected = "DISCONNECTED"
DisconnectedThe player is disconnected (default state).
Disconnecting = "DISCONNECTING"
DisconnectingThe player is disconnecting from a voice channel.
Destroying = "DESTROYING"
DestroyingThe player is destroying.