Event MessageReactionRemovedEmoji
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
Fired when all reactions of a specific reaction are removed from a message. For this Event you need the GuildMessageReactions intent specified in Intents
public event AsyncEventHandler<DiscordClient, MessageReactionRemoveEmojiEventArgs> MessageReactionRemovedEmoji
Returns
- AsyncEventHandler<DiscordClient, MessageReactionRemoveEmojiEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.