Table of Contents

Method HandleGuildEmojisUpdated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

HandleGuildEmojisUpdated(Func<DiscordClient, GuildEmojisUpdatedEventArgs, Task>)

Fired when a guilds emojis get updated. For this event to fire you need the GuildEmojisAndStickers intent.

public EventHandlingBuilder HandleGuildEmojisUpdated(Func<DiscordClient, GuildEmojisUpdatedEventArgs, Task> handler)

Parameters

handler Func<DiscordClient, GuildEmojisUpdatedEventArgs, Task>

Returns

EventHandlingBuilder