Event InviteCreated
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
Fired when an invite is created. For this Event you need the GuildInvites intent specified in Intents
public event AsyncEventHandler<DiscordClient, InviteCreateEventArgs> InviteCreated
Returns
- AsyncEventHandler<DiscordClient, InviteCreateEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.