Table of Contents

Event GuildRoleDeleted

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, GuildRoleDeleteEventArgs> GuildRoleDeleted

Returns

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