Skip to content

Commit

Permalink
docs(Client): remove missing options.maxShards option (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistval authored and TTtie committed Aug 10, 2023
1 parent c721e28 commit 5b8b970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ class Client extends EventEmitter {
* @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.
* @arg {Function} [options.gateway.reconnectDelay] A function which returns how long the bot should wait until reconnecting to Discord.
* @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
* @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`
* @arg {Number} [options.messageLimit=100] The maximum size of a channel message cache
* @arg {Boolean} [options.opusOnly=false] Whether to suppress the Opus encoder not found error or not
* @arg {Object} [options.rest] Options for the REST request handler
Expand Down

0 comments on commit 5b8b970

Please sign in to comment.