Event VoiceStateUpdated
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.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>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.