Table of Contents

Event SessionCreated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Fired when this client has successfully completed its handshake with the websocket gateway.

public event AsyncEventHandler<DiscordClient, SessionReadyEventArgs> SessionCreated

Returns

AsyncEventHandler<DiscordClient, SessionReadyEventArgs>
Fired when this client has successfully completed its handshake with the websocket gateway.

Remarks

Guilds will not be populated when this event is fired.
See also: GuildAvailable, GuildDownloadCompleted