mirror of
https://github.com/danbulant/discord.js
synced 2026-06-05 15:51:31 +00:00
* docs: Fix missing parameter type/description from #2193 * requested changes
This commit is contained in:
parent
ef8366d189
commit
acd1740f0b
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue