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