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