Interface IVoiceServerUpdateGatewayHandler
Sent when a guild's voice server is updated. This is sent when initially connecting to voice, and when the current voice instance fails over to a new server.
public interface IVoiceServerUpdateGatewayHandler : IGatewayHandler
Remarks
Required Intents: None
Optional Intents: None
Methods
HandleAsync(VoiceServerUpdateEventArgs)
Handles the gateway event.
ValueTask HandleAsync(VoiceServerUpdateEventArgs arg)
Parameters
argVoiceServerUpdateEventArgsThe event argument.