From d913d04f449e8400152746630ae2a14907ef3375 Mon Sep 17 00:00:00 2001 From: Brian Tanner Date: Tue, 31 May 2016 20:35:35 -0400 Subject: [PATCH] add docs for shardId, shardCount client parameters (#394) --- docs/docs_client.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/docs_client.rst b/docs/docs_client.rst index cb4b0481d..f199a24a3 100644 --- a/docs/docs_client.rst +++ b/docs/docs_client.rst @@ -49,6 +49,16 @@ rateLimitAsError Have the lib throw a rejection Promise/callback when being ratelimited, instead of auto-retrying. +shardCount +~~~~~~~~~~ + +The total number of shards. + +shardId +~~~~~~~ + +A zero-based integer representing the value of the current shard. + -------- Attributes