Table of Contents

Event VoiceChannelEffectSend

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

Fired when a voice channel effect was send. For this Event you need the GuildVoiceStates intent specified in Intents

public event AsyncEventHandler<DiscordClient, VoiceChannelEffectSendEventArgs> VoiceChannelEffectSend

Returns

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