Table of Contents

Event GuildMemberAdded

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

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

public event AsyncEventHandler<DiscordClient, GuildMemberAddEventArgs> GuildMemberAdded

Returns

AsyncEventHandler<DiscordClient, GuildMemberAddEventArgs>
Your library to write discord bots in C# with focus on always providing access to the latest discord features.