Table of Contents

Event UserSettingsUpdated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Fired when the current user updates their settings. For this Event you need the GuildPresences intent specified in Intents

public event AsyncEventHandler<DiscordClient, UserSettingsUpdateEventArgs> UserSettingsUpdated

Returns

AsyncEventHandler<DiscordClient, UserSettingsUpdateEventArgs>
Fired when the current user updates their settings. For this Event you need the intent specified in