UNPKG

xopbot

Version:

XOPBOT Is A Multipurpose Bot With Over 200+ Commands That Make You Love The Bot!

11 lines (9 loc) 237 B
const mongoose = require('mongoose') let schema = new mongoose.Schema({ userId: String, cmd: String, time: Number, cooldown: Number, }) const model = mongoose.model('cooldown', schema); module.exports = model;