docs(*Manager): fix child classes' cache type annotations (#3777)

This commit is contained in:
SpaceEEC
2020-02-12 18:28:26 +01:00
committed by GitHub
parent 324d9e0a3a
commit 92bc634520
12 changed files with 24 additions and 36 deletions

View File

@@ -23,9 +23,8 @@ class GuildEmojiManager extends BaseManager {
/**
* The cache of GuildEmojis
* @property {Collection<Snowflake, GuildEmoji>} cache
* @memberof GuildEmojiManager
* @instance
* @type {Collection<Snowflake, GuildEmoji>}
* @name GuildEmojiManager#cache
*/
add(data, cache) {