diff --git a/src/Structures/Module.js b/src/Structures/Module.js index 27ddcf1d..1a5269bd 100755 --- a/src/Structures/Module.js +++ b/src/Structures/Module.js @@ -108,6 +108,7 @@ class Module extends Base { * A Collection of all commands the module holds * * @readonly + * @type {Collection} * @memberof Module */ get commands() { @@ -118,6 +119,7 @@ class Module extends Base { * A Collection of all listeners the module holds * * @readonly + * @type {Collection} * @memberof Module */ get listeners() { diff --git a/src/Structures/Stores/ARegistry.js b/src/Structures/Stores/ARegistry.js index 3ce2b1fa..31dc1564 100644 --- a/src/Structures/Stores/ARegistry.js +++ b/src/Structures/Stores/ARegistry.js @@ -41,6 +41,7 @@ class ARegistry { * Get the AxonClient * * @readonly + * @type {AxonClient} * @memberof ARegistry */ get axon() { @@ -51,6 +52,7 @@ class ARegistry { * Get the size of the registry * * @readonly + * @type {Number} * @memberof ARegistry */ get size() {