diff --git a/src/util/Structures.js b/src/util/Structures.js index 5bdf5c86a..a742e2920 100644 --- a/src/util/Structures.js +++ b/src/util/Structures.js @@ -20,6 +20,8 @@ class Structures { /** * Extends a structure. + * Make sure to extend all structures before instantiating your client. + * Extending after doing so may not work as expected. * @param {string} structure Name of the structure class to extend * @param {Function} extender Function that takes the base class to extend as its only parameter and returns the * extended class/prototype