UNPKG

xopbot

Version:

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

12 lines (9 loc) 246 B
const mongoose = require('mongoose'); const JoinMsgSchema = new mongoose.Schema({ JoinMsg: { type: String }, GuildID: String }); const MessageModel = mongoose.model('joinmsg', JoinMsgSchema); module.exports = MessageModel;