UNPKG

xopbot

Version:

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

12 lines (9 loc) 247 B
const mongoose = require('mongoose'); const welcomeSchema = new mongoose.Schema({ Welcome: { type: String, }, GuildID: String }); const MessageModel = mongoose.model('welcome', welcomeSchema); module.exports = MessageModel;