UNPKG

@skybloxsystems/ticket-bot

Version:
8 lines (6 loc) 175 B
const mongoose = require('mongoose') let CommandsSchema = new mongoose.Schema({ Guild: String, Cmds: Array }) module.exports = mongoose.model('cnds', CommandsSchema)