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