Table of Contents

Interface IGuildBanAddGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll

Sent when a user is banned from a guild.

public interface IGuildBanAddGatewayHandler : IGatewayHandler

Remarks


Required Intents: GuildModeration
Optional Intents: None

Methods

HandleAsync(GuildBanEventArgs)

ValueTask HandleAsync(GuildBanEventArgs arg)

Parameters

arg GuildBanEventArgs

Returns

ValueTask