Table of Contents

Method HandleIntegrationUpdated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

HandleIntegrationUpdated(Func<DiscordClient, IntegrationUpdatedEventArgs, Task>)

Fired when an integration is updated.

public EventHandlingBuilder HandleIntegrationUpdated(Func<DiscordClient, IntegrationUpdatedEventArgs, Task> handler)

Parameters

handler Func<DiscordClient, IntegrationUpdatedEventArgs, Task>

Returns

EventHandlingBuilder