Table of Contents

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

handler Func<DiscordClient, VoiceChannelStatusUpdatedEventArgs, Task>

Returns

EventHandlingBuilder