UNPKG

xopbot

Version:

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

9 lines (6 loc) 203 B
const mongoose = require("mongoose"); const antiwordsSchema = new mongoose.Schema({ GuildID: String, }); const model = mongoose.model('antiwords', antiwordsSchema); module.exports = model;