Method HandleGuildStickersUpdated
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
HandleGuildStickersUpdated(Func<DiscordClient, GuildStickersUpdatedEventArgs, Task>)
Fired when a guilds stickers get updated. For this event to fire you need the GuildEmojisAndStickers intent.
public EventHandlingBuilder HandleGuildStickersUpdated(Func<DiscordClient, GuildStickersUpdatedEventArgs, Task> handler)
Parameters
handler
Func<DiscordClient, GuildStickersUpdatedEventArgs, Task>