Method HandleMessageReactionRemovedEmoji
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
HandleMessageReactionRemovedEmoji(Func<DiscordClient, MessageReactionRemovedEmojiEventArgs, Task>)
Fired when all reactions of a specific emoji are removed from a message. For this event to fire you need the GuildMessageReactions intent.
public EventHandlingBuilder HandleMessageReactionRemovedEmoji(Func<DiscordClient, MessageReactionRemovedEmojiEventArgs, Task> handler)