Cluster Utils
broadcastEval
Executes code simultaneously on all clusters, collecting the results and returning them as an array. It's useful for performing tasks or retrieving information across all or specific clusters.
evalOnGuild
Allows you to evaluate code on a specific guild's shard. This method is useful when you need to perform guild-specific operations or retrieve guild-specific information.
evalOnManager
Allows you to evaluate code directly on the manager of a sharded bot. It's useful for performing manager-specific operations or retrieving manager-specific information like cluster informations.
Last updated
Was this helpful?