diff --git a/src/Player.ts b/src/Player.ts index ed2bf8e..42b8837 100644 --- a/src/Player.ts +++ b/src/Player.ts @@ -39,7 +39,19 @@ export class Player extends EventEmitter { * @type {DiscordCollection} */ public queues = new Collection(); + + /** + * Collection of results collectors + * @type {DiscordCollection>} + * @private + */ private _resultsCollectors = new Collection>(); + + /** + * Collection of cooldowns timeout + * @type {DiscordCollection} + * @private + */ private _cooldownsTimeout = new Collection(); /**