Table of Contents

Interface IShardedGatewayEventHandlerBase

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll
public interface IShardedGatewayEventHandlerBase

Methods

GetEvents()

Gets the names of the events this handler listens for.

IEnumerable<string> GetEvents()

Returns

IEnumerable<string>

The names of the events this handler listens for.