Skip to content

Commit 08e8058

Browse files
authored
docs(Client): remove missing options.maxShards option (#82)
1 parent 714180c commit 08e8058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ class Client extends EventEmitter {
114114
* @arg {Number | String} [options.gateway.maxShards=1] The total number of shards you want to run. If "auto" Dysnomia will use Discord's recommended shard count.
115115
* @arg {Function} [options.gateway.reconnectDelay] A function which returns how long the bot should wait until reconnecting to Discord.
116116
* @arg {Boolean} [options.gateway.seedVoiceConnections=false] Whether to populate bot.voiceConnections with existing connections the bot account has during startup. Note that this will disconnect connections from other bot sessions
117-
* @arg {Number | String} [options.maxShards=1] The total number of shards you want to run. If "auto" Dysnomia will use Discord's recommended shard count. This option has been moved under `options.gateway`
118117
* @arg {Number} [options.messageLimit=100] The maximum size of a channel message cache
119118
* @arg {Boolean} [options.opusOnly=false] Whether to suppress the Opus encoder not found error or not
120119
* @arg {Object} [options.rest] Options for the REST request handler

0 commit comments

Comments
 (0)