Event GuildStickersUpdated
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
Fired when a guilds stickers get updated For this Event you need the GuildEmojisAndStickers intent specified in Intents
public event AsyncEventHandler<DiscordClient, GuildStickersUpdateEventArgs> GuildStickersUpdated
Returns
- AsyncEventHandler<DiscordClient, GuildStickersUpdateEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.