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