From 20041ea756305f20c86a621232639932c50f107c Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 7 Jan 2017 21:55:47 -0500 Subject: Implement AutoShardedClient for transparent sharding. This allows people to run their >2,500 guild bot in a single process without the headaches of IPC/RPC or much difficulty. --- docs/api.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index bcbf1f47..e001d8bb 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -37,6 +37,9 @@ Client .. autoclass:: Client :members: +.. autoclass:: AutoShardedClient + :members: + Voice ----- -- cgit v1.2.3