UNPKG

discord-hybrid-sharding

Version:

The first package which combines sharding manager & internal sharding to save a lot of resources, which allows clustering!

11 lines (10 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ClusterManagerHooks = void 0; class ClusterManagerHooks { constructor() { } constructClusterArgs(cluster, args) { return args; } } exports.ClusterManagerHooks = ClusterManagerHooks;