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