UNPKG

xopbot

Version:

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

10 lines (7 loc) 199 B
const mongoose = require("mongoose"); const schema = new mongoose.Schema({ id: String, coins: Number }); const model = mongoose.model("XocoinsSchema", schema); module.exports = model;