Table of Contents

Method HandleGuildDownloadCompleted

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

HandleGuildDownloadCompleted(Func<DiscordClient, GuildDownloadCompletedEventArgs, Task>)

Fired when all guilds finish streaming from Discord upon initial connection. For this event to fire you need the Guilds intent.

public EventHandlingBuilder HandleGuildDownloadCompleted(Func<DiscordClient, GuildDownloadCompletedEventArgs, Task> handler)

Parameters

handler Func<DiscordClient, GuildDownloadCompletedEventArgs, Task>

Returns

EventHandlingBuilder