diff --git a/src/sharding/Shard.js b/src/sharding/Shard.js index 555cef616..39237e0ea 100644 --- a/src/sharding/Shard.js +++ b/src/sharding/Shard.js @@ -220,7 +220,7 @@ class Shard extends EventEmitter { * @param {string} prop Name of the client property to get, using periods for nesting * @returns {Promise<*>} * @example - * shard.fetchClientValue('guilds.size') + * shard.fetchClientValue('guilds.cache.size') * .then(count => console.log(`${count} guilds in shard ${shard.id}`)) * .catch(console.error); */