Method HandleVoiceChannelStatusUpdated
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
HandleVoiceChannelStatusUpdated(Func<DiscordClient, VoiceChannelStatusUpdatedEventArgs, Task>)
Fired when the status of a voice channel was updated.
public EventHandlingBuilder HandleVoiceChannelStatusUpdated(Func<DiscordClient, VoiceChannelStatusUpdatedEventArgs, Task> handler)
Parameters
handlerFunc<DiscordClient, VoiceChannelStatusUpdatedEventArgs, Task>