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