loriapi
Version:
A simple library for fetching information from Loritta, a popular Discord bot made by the Brazilian developer MrPowerGamerBR.
8 lines • 426 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.GiveawayCreate = exports.LoriApi = void 0;
const GivewayCreate_1 = require("./util/GivewayCreate");
exports.GiveawayCreate = GivewayCreate_1.default;
const LoriApp_1 = require("./util/LoriApp");
Object.defineProperty(exports, "LoriApi", { enumerable: true, get: function () { return LoriApp_1.LoriApi; } });
//# sourceMappingURL=index.js.map
;