Event GuildScheduledEventDeleted
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
Fired when a scheduled Event is deleted. For this Event you need the GuildScheduledEvents intent specified in Intents
public event AsyncEventHandler<DiscordClient, GuildScheduledEventDeleteEventArgs> GuildScheduledEventDeleted
Returns
- AsyncEventHandler<DiscordClient, GuildScheduledEventDeleteEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.