Method HandleApplicationAuthorized
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
HandleApplicationAuthorized(Func<DiscordClient, ApplicationAuthorizedEventArgs, Task>)
Fired when the application was authorized. This is only available through webhook events.
public EventHandlingBuilder HandleApplicationAuthorized(Func<DiscordClient, ApplicationAuthorizedEventArgs, Task> handler)
Parameters
handler
Func<DiscordClient, ApplicationAuthorizedEventArgs, Task>