mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(*Manager): fix child classes' cache type annotations (#3777)
This commit is contained in:
@@ -22,9 +22,8 @@ class GuildChannelManager extends BaseManager {
|
||||
|
||||
/**
|
||||
* The cache of this Manager
|
||||
* @property {Collection<Snowflake, GuildChannel>} cache
|
||||
* @memberof GuildChannelManager
|
||||
* @instance
|
||||
* @type {Collection<Snowflake, GuildChannel>}
|
||||
* @name GuildChannelManager#cache
|
||||
*/
|
||||
|
||||
add(channel) {
|
||||
|
||||
Reference in New Issue
Block a user