Method HandleIntegrationCreated
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
HandleIntegrationCreated(Func<DiscordClient, IntegrationCreatedEventArgs, Task>)
Fired when an integration is created.
public EventHandlingBuilder HandleIntegrationCreated(Func<DiscordClient, IntegrationCreatedEventArgs, Task> handler)Parameters
- handlerFunc<DiscordClient, IntegrationCreatedEventArgs, Task>