API reference
Event UserSpeaking
- Namespace
- DisCatSharp.Voice
- Assembly
- DisCatSharp.Voice.dll
Triggered whenever a user speaks in the connected voice channel.
public event AsyncEventHandler<VoiceConnection, UserSpeakingEventArgs> UserSpeaking
Returns
- AsyncEventHandler<VoiceConnection, UserSpeakingEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.