From 31ee0d84d589212fe6280cdd7d9323bbd81eab1d Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Sat, 29 Feb 2020 15:10:47 +0100 Subject: [PATCH] =?UTF-8?q?docs(shard):=20add=20.cache=20to=20GuildManager?= =?UTF-8?q?=20in=20fetchClientValue=20exa=E2=80=A6=20(#3857)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sharding/Shard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); */