mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Remove experimental warning on sharding manager
This commit is contained in:
parent
3230d90a58
commit
305070dded
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ const fetchRecommendedShards = require('../util/FetchRecommendedShards');
|
|||
* This is a utility class that can be used to help you spawn shards of your Client. Each shard is completely separate
|
||||
* from the other. The Shard Manager takes a path to a file and spawns it under the specified amount of shards safely.
|
||||
* If you do not select an amount of shards, the manager will automatically decide the best amount.
|
||||
* <warn>The Sharding Manager is still experimental</warn>
|
||||
* @extends {EventEmitter}
|
||||
*/
|
||||
class ShardingManager extends EventEmitter {
|
||||
|
|
|
|||
Loading…
Reference in a new issue