Table of Contents

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

handler Func<DiscordClient, IntegrationCreatedEventArgs, Task>

Returns

EventHandlingBuilder