UNPKG

status-sharding

Version:

Welcome to Status Sharding! This package is designed to provide an efficient and flexible solution for sharding Discord bots, allowing you to scale your bot across multiple processes or workers.

4 lines (3 loc) 137 B
import { ClusterClientData } from '../types'; /** Gets the cluster client data. */ export declare function getInfo(): ClusterClientData;