DiscordClose
data class DiscordClose(val closeCode: VoiceGatewayCloseCode, val recoverable: Boolean) : Close(source)
Discord closed the connection with a closeCode.
Parameters
recoverable
true if the gateway will automatically try to reconnect.