@beni69/cmd
Version:
The command handler from my discord bot
10 lines • 367 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.guild = void 0;
const mongoose_1 = require("mongoose");
exports.guild = (0, mongoose_1.model)("cooldown", new mongoose_1.Schema({
_id: String,
cooldowns: { type: Array, default: [] },
globalCooldowns: { type: Array, default: [] },
}));
//# sourceMappingURL=Models.js.map