Table of Contents

Event GuildCreated

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Fired when the user joins a new guild. For this Event you need the Guilds intent specified in Intents

public event AsyncEventHandler<DiscordClient, GuildCreateEventArgs> GuildCreated

Returns

AsyncEventHandler<DiscordClient, GuildCreateEventArgs>
Fired when the user joins a new guild. For this Event you need the intent specified in

Remarks

[alias="GuildJoined"][alias="JoinedGuild"]