Table of Contents

Event GuildDeleted

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Fired when the user leaves or is removed from a guild. For this Event you need the Guilds intent specified in Intents

public event AsyncEventHandler<DiscordClient, GuildDeleteEventArgs> GuildDeleted

Returns

AsyncEventHandler<DiscordClient, GuildDeleteEventArgs>
Fired when the user leaves or is removed from a guild. For this Event you need the intent specified in