UNPKG

discord-hybrid-sharding

Version:

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

10 lines (7 loc) 196 B
import type { Cluster } from '../Core/Cluster'; export class ClusterManagerHooks { constructor() {} constructClusterArgs(cluster: Cluster, args: string[]) { return args; } }