Interface IGuildBanRemoveShardedGatewayHandler
Sent when a user is unbanned from a guild.
public interface IGuildBanRemoveShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: GuildModeration
Optional Intents: None
Methods
HandleAsync(GatewayClient, GuildBanEventArgs)
ValueTask HandleAsync(GatewayClient client, GuildBanEventArgs arg)
Parameters
client
GatewayClientarg
GuildBanEventArgs