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