From 5b8b6e0c0d4763474255860a84603677637850b4 Mon Sep 17 00:00:00 2001 From: Snowflake107 Date: Sun, 9 May 2021 18:26:54 +0545 Subject: [PATCH] jsdoc --- src/Player.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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(); /**