djs-systems
Version:
The simplest way to build complex Discord bots.
10 lines (9 loc) • 661 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SimplyError = exports.Deprecated = exports.HttpsError = void 0;
var HttpsError_1 = require("./HttpsError");
Object.defineProperty(exports, "HttpsError", { enumerable: true, get: function () { return HttpsError_1.HttpsError; } });
var Deprecated_1 = require("./Deprecated");
Object.defineProperty(exports, "Deprecated", { enumerable: true, get: function () { return Deprecated_1.Deprecated; } });
var SimplyError_1 = require("./SimplyError");
Object.defineProperty(exports, "SimplyError", { enumerable: true, get: function () { return SimplyError_1.SimplyError; } });