apexify.js 2.3.7 → 2.3.8
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.
|
@@ -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;
|