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