Table of Contents

Event UserUpdated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Fired when properties about the current user change.

public event AsyncEventHandler<DiscordClient, UserUpdateEventArgs> UserUpdated

Returns

AsyncEventHandler<DiscordClient, UserUpdateEventArgs>
Fired when properties about the current user change.

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