Table of Contents

Method HandleGuildIntegrationsUpdated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

HandleGuildIntegrationsUpdated(Func<DiscordClient, GuildIntegrationsUpdatedEventArgs, Task>)

Fired when a guild integration is updated.

public EventHandlingBuilder HandleGuildIntegrationsUpdated(Func<DiscordClient, GuildIntegrationsUpdatedEventArgs, Task> handler)

Parameters

handler Func<DiscordClient, GuildIntegrationsUpdatedEventArgs, Task>

Returns

EventHandlingBuilder