UNPKG

xopbot

Version:

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

12 lines (9 loc) 240 B
const mongoose = require('mongoose'); const LeaveMsgSchema = new mongoose.Schema({ ByeMsg: { type: String }, GuildID: String }); const ByeModel = mongoose.model('leavemsg', LeaveMsgSchema); module.exports = ByeModel;