UNPKG

zerotwomd

Version:

Multi device wa bot created by Team Zero Two.

6 lines 198 B
const mongoose = require('mongoose'); const groupSchema = new mongoose.Schema({ chatbot: { type: String, default: "false"} }) const bot = mongoose.model("Bot", groupSchema) module.exports = bot