mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
docs(*Manager): fix child classes' cache type annotations (#3777)
This commit is contained in:
@@ -14,9 +14,8 @@ class ChannelManager extends BaseManager {
|
||||
|
||||
/**
|
||||
* The cache of Channels
|
||||
* @property {Collection<Snowflake, Channel>} cache
|
||||
* @memberof ChannelManager
|
||||
* @instance
|
||||
* @type {Collection<Snowflake, Channel>}
|
||||
* @name ChannelManager#cache
|
||||
*/
|
||||
|
||||
add(data, guild, cache = true) {
|
||||
|
||||
Reference in New Issue
Block a user