Table of Contents

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

handler Func<DiscordClient, ClientStoppedEventArgs, Task>

Returns

EventHandlingBuilder