Table of Contents

Event GuildBanRemoved

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

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

public event AsyncEventHandler<DiscordClient, GuildBanRemoveEventArgs> GuildBanRemoved

Returns

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