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