Table of Contents

Interface IReadyShardedGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll
public interface IReadyShardedGatewayHandler : IShardedGatewayHandler

Methods

HandleAsync(GatewayClient, ReadyEventArgs)

ValueTask HandleAsync(GatewayClient client, ReadyEventArgs arg)

Parameters

client GatewayClient
arg ReadyEventArgs

Returns

ValueTask