Table of Contents

Event UserSettingsUpdated

Namespace
DisCatSharp
Assembly
DisCatSharp.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>
Your library to write discord bots in C# with focus on always providing access to the latest discord features.