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