Method HandleGuildRoleUpdated
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
HandleGuildRoleUpdated(Func<DiscordClient, GuildRoleUpdatedEventArgs, Task>)
Fired when a guild role is updated. For this event to fire you need the Guilds intent.
public EventHandlingBuilder HandleGuildRoleUpdated(Func<DiscordClient, GuildRoleUpdatedEventArgs, Task> handler)
Parameters
handler
Func<DiscordClient, GuildRoleUpdatedEventArgs, Task>