mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
docs(*Manager): fix child classes' cache type annotations (#3777)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user