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