mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
* docs: Fix missing parameter type/description from #2193 * requested changes
This commit is contained in:
@@ -79,8 +79,8 @@ class ShardClientUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Evaluates a script on all shards, in the context of the {@link Clients}.
|
* Evaluates a script or function on all shards, in the context of the {@link Clients}.
|
||||||
* @param {string} script JavaScript to run on each shard
|
* @param {string|Function} script JavaScript to run on each shard
|
||||||
* @returns {Promise<Array<*>>} Results of the script execution
|
* @returns {Promise<Array<*>>} Results of the script execution
|
||||||
* @see {@link ShardingManager#broadcastEval}
|
* @see {@link ShardingManager#broadcastEval}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user