Table of Contents

Event GuildJoinRequestCreated

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

Fired when a guild join request is created. For this Event you need the GuildExpressions intent specified in Intents

public event AsyncEventHandler<DiscordClient, GuildJoinRequestCreateEventArgs> GuildJoinRequestCreated

Returns

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