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