Method HandleClientStopped
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
HandleClientStopped(Func<DiscordClient, ClientStoppedEventArgs, Task>)
Fired when the client shuts down.
public EventHandlingBuilder HandleClientStopped(Func<DiscordClient, ClientStoppedEventArgs, Task> handler)
Parameters
handlerFunc<DiscordClient, ClientStoppedEventArgs, Task>