Method HandleUserUpdated
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
HandleUserUpdated(Func<DiscordClient, UserUpdatedEventArgs, Task>)
Fired when properties about the current user change.
public EventHandlingBuilder HandleUserUpdated(Func<DiscordClient, UserUpdatedEventArgs, Task> handler)
Parameters
handler
Func<DiscordClient, UserUpdatedEventArgs, Task>
Returns
Remarks
Note that this event only applies for changes to the current user, the client that is connected to Discord. For this event to fire you need the GuildPresences intent.