From ea41892fef208b10c1bb322de7683c39ebab3dd5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 5 Feb 2021 22:01:01 +0100 Subject: :wrench: build --- dist/Config.js | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 dist/Config.js (limited to 'dist/Config.js') diff --git a/dist/Config.js b/dist/Config.js deleted file mode 100644 index 948f09d6..00000000 --- a/dist/Config.js +++ /dev/null @@ -1,28 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DefaultOptions = void 0; -require("missing-native-js-functions"); -const Database_1 = __importDefault(require("./Database")); -var Config; -exports.default = { - init: async function init(opts = exports.DefaultOptions) { - Config = Database_1.default.data.config({}).cache(); - await Config.init(); - await Config.set(opts.merge(Config.cache || {})); - }, - getAll: function get() { - return Config.get(); - }, - setAll: function set(val) { - return Config.set(val); - }, -}; -exports.DefaultOptions = { - api: {}, - gateway: {}, - voice: {}, -}; -//# sourceMappingURL=Config.js.map \ No newline at end of file -- cgit 1.5.1