diff --git a/src/util/Options.js b/src/util/Options.js index 6278721f3..eb890a2d9 100644 --- a/src/util/Options.js +++ b/src/util/Options.js @@ -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. - * Overriding the cache used in `GuildManager`, `ChannelManager`, 'GuildChannelManager', `RoleManager`, + * Overriding the cache used in `GuildManager`, `ChannelManager`, `GuildChannelManager`, `RoleManager`, * and `PermissionOverwriteManager` is unsupported and **will** break functionality * @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)