mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +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}.
|
||||
* @param {string} script JavaScript to run on each shard
|
||||
* Evaluates a script or function on all shards, in the context of the {@link Clients}.
|
||||
* @param {string|Function} script JavaScript to run on each shard
|
||||
* @returns {Promise<Array<*>>} Results of the script execution
|
||||
* @see {@link ShardingManager#broadcastEval}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user