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