Table of Contents

Event GuildAvailable

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Fired when a guild is becoming available. For this Event you need the Guilds intent specified in Intents

public event AsyncEventHandler<DiscordClient, GuildCreateEventArgs> GuildAvailable

Returns

AsyncEventHandler<DiscordClient, GuildCreateEventArgs>
Fired when a guild is becoming available. For this Event you need the intent specified in