apexify.js 2.3.7 → 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/lib/discord/events/starter.js +0 -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
|
|
@@ -51,7 +51,6 @@ var buttons_1 = require("../discord-build/commands-(prefix)/music/functions/butt
|
|
|
51
51
|
var axios_1 = require("axios");
|
|
52
52
|
var fs_1 = require("fs");
|
|
53
53
|
var express_1 = require("express");
|
|
54
|
-
const { mongoConnect } = require("../../database/MongoDB");
|
|
55
54
|
function typeSentence(sentence, speed) {
|
|
56
55
|
return __awaiter(this, void 0, void 0, function () {
|
|
57
56
|
var _i, sentence_1, char;
|