Skip to content

Commit

Permalink
docs: typo in ClientOptions (#6305)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeniusTimo committed Aug 5, 2021
1 parent b639b6c commit dd3a79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* (e.g. recommended shard count, shard count of the ShardingManager)
* @property {CacheFactory} [makeCache] Function to create a cache.
* You can use your own function, or the {@link Options} class to customize the Collection used for the cache.
* <warn>Overriding the cache used in `GuildManager`, `ChannelManager`, 'GuildChannelManager', `RoleManager`,
* <warn>Overriding the cache used in `GuildManager`, `ChannelManager`, `GuildChannelManager`, `RoleManager`,
* and `PermissionOverwriteManager` is unsupported and **will** break functionality</warn>
* @property {number} [messageCacheLifetime=0] DEPRECATED: Use `makeCache` with a `LimitedCollection` instead.
* How long a message should stay in the cache until it is considered sweepable (in seconds, 0 for forever)
Expand Down

0 comments on commit dd3a79e

Please sign in to comment.