Interface IShardedGatewayEventHandler
public interface IShardedGatewayEventHandler : IShardedGatewayEventHandlerBase
- Inherited Members
Methods
HandleAsync(GatewayClient)
Handles the event.
ValueTask HandleAsync(GatewayClient client)
Parameters
client
GatewayClientThe GatewayClient that represents the shard that received the event.