Table of Contents

Event GuildBanAdded

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

Fired when a guild ban gets added For this Event you need the GuildModeration intent specified in Intents

public event AsyncEventHandler<DiscordClient, GuildBanAddEventArgs> GuildBanAdded

Returns

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