Interface IGuildBanAddShardedGatewayHandler
Sent when a user is banned from a guild.
public interface IGuildBanAddShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: GuildModeration
Optional Intents: None
Methods
HandleAsync(GatewayClient, GuildBanEventArgs)
Handles the gateway event.
ValueTask HandleAsync(GatewayClient client, GuildBanEventArgs arg)
Parameters
clientGatewayClientThe gateway client that represents the shard that received the event.
argGuildBanEventArgsThe event argument.