Table of Contents

Event UserUpdated

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

Fired when properties about the current user change.

public event AsyncEventHandler<DiscordClient, UserUpdateEventArgs> UserUpdated

Returns

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

Remarks

NB: This event only applies for changes to the current user, the client that is connected to Discord. For this Event you need the GuildPresences intent specified in Intents