Table of Contents

Event GuildRoleUpdated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Fired when a guild role is updated. For this Event you need the Guilds intent specified in Intents

public event AsyncEventHandler<DiscordClient, GuildRoleUpdateEventArgs> GuildRoleUpdated

Returns

AsyncEventHandler<DiscordClient, GuildRoleUpdateEventArgs>
Fired when a guild role is updated. For this Event you need the intent specified in