Table of Contents

Event VoiceStateUpdated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Fired when someone joins/leaves/moves voice channels. For this Event you need the GuildVoiceStates intent specified in Intents

public event AsyncEventHandler<DiscordClient, VoiceStateUpdateEventArgs> VoiceStateUpdated

Returns

AsyncEventHandler<DiscordClient, VoiceStateUpdateEventArgs>
Fired when someone joins/leaves/moves voice channels. For this Event you need the intent specified in