Interface IShardedGatewayEventHandler<T>
public interface IShardedGatewayEventHandler<T> : IShardedGatewayEventHandlerBase
Type Parameters
T
- Inherited Members
Methods
HandleAsync(GatewayClient, T)
Handles the event.
ValueTask HandleAsync(GatewayClient client, T arg)
Parameters
client
GatewayClientThe GatewayClient that represents the shard that received the event.
arg
TThe event argument.