Table of Contents

Event VoiceServerUpdated

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

Fired when a guild's voice server is updated. For this Event you need the GuildVoiceStates intent specified in Intents

public event AsyncEventHandler<DiscordClient, VoiceServerUpdateEventArgs> VoiceServerUpdated

Returns

AsyncEventHandler<DiscordClient, VoiceServerUpdateEventArgs>
Your library to write discord bots in C# with focus on always providing access to the latest discord features.