UNPKG

xopbot

Version:

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

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