Table of Contents

Event PresenceUpdated

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

Fired when a presence has been updated. For this Event you need the GuildPresences intent specified in Intents

public event AsyncEventHandler<DiscordClient, PresenceUpdateEventArgs> PresenceUpdated

Returns

AsyncEventHandler<DiscordClient, PresenceUpdateEventArgs>
Your library to write discord bots in C# with focus on always providing access to the latest discord features.