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:
@@ -16,9 +16,8 @@ class UserManager extends BaseManager {
|
||||
|
||||
/**
|
||||
* The cache of this manager
|
||||
* @property {Collection<Snowflake, User>} cache
|
||||
* @memberof UserManager
|
||||
* @instance
|
||||
* @type {Collection<Snowflake, User>}
|
||||
* @name UserManager#cache
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user