Interface IShardedGatewayEventHandlerBase
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.