Event VoiceChannelStartTimeUpdated
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
Fired whenever a voice channel's start time is updated. For this Event you need the Guilds intent specified in Intents
public event AsyncEventHandler<DiscordClient, VoiceChannelStartTimeUpdateEventArgs> VoiceChannelStartTimeUpdated
Returns
- AsyncEventHandler<DiscordClient, VoiceChannelStartTimeUpdateEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.