apexify.js 2.3.8 → 2.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +3 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -106,4 +106,6 @@ axios_1
|
|
|
106
106
|
Object.defineProperty(exports, "resumeCommand", { enumerable: true, get: function () { return utils_1.resumeCommand; } });
|
|
107
107
|
Object.defineProperty(exports, "previousCommand", { enumerable: true, get: function () { return utils_1.previousCommand; } });
|
|
108
108
|
Object.defineProperty(exports, "starter", { enumerable: true, get: function () { return utils_1.starter; } });
|
|
109
|
-
Object.defineProperty(exports, "typeWriter", { enumerable: true, get: function () { return utils_1.typeWriter; } });
|
|
109
|
+
Object.defineProperty(exports, "typeWriter", { enumerable: true, get: function () { return utils_1.typeWriter; } });
|
|
110
|
+
const LevelingSystem = require('./lib/discord/discord-build/levelingSystem/cLevel');
|
|
111
|
+
module.exports = LevelingSystem
|