EMOJI reply non prefix chatbot file | how to set non prefix funny text add on emojis reply

 const fs = require("fs");

module.exports.config = {

   name: "autoreact",

   version: "1.0.0",

   hasPermssion: 0,

   credits: "Mr Chand",

    description: "no prefix reply",

     commandCategory: "no prefix",

     usages: "noprefix",

    cooldowns: 0,

};

 

module.exports.handleEvent = function({ api, event, client, __GLOBAL }) {

 let haha = event.body.toLowerCase();

  if (haha.includes("BABU") || haha.includes("JANU")){

    api.setMessageReaction("OYE", event.messageID, (err) => {}, true)

    api.sendMessage("G BABU BOLO AP KY ANA SY MUH PY SMILE AH GAI 😂 LAKN HO AP CHABAL", event.threadID,event.messageID);

  }

  if (haha.includes("Hi") || haha.includes("Hy")){

    api.sendMessage("SALAM BABU , KIA HAIL HAI <3 ", event.threadID, event.messageID)

  }

  if (haha.includes("acha") || haha.includes("ok")){

    api.sendMessage("han g babu", event.threadID, event.messageID)

  }

  if (haha.includes("good morning") || haha.includes("morning")){

    api.sendMessage("good morning aby ab konsa morning ja mera mood kharab hai", event.threadID, event.messageID)

  }

if (haha.includes("good night") || haha.includes("night")){

    api.sendMessage("aby so ja good night mobile rakh ky so ja werna ma ah jaou ga", event.threadID, event.messageID)

}

if (haha.includes("ib") || haha.includes("inbox")){

    api.sendMessage("ma bhi aou kia chupka chupka kyu bola rha us ko", event.threadID, event.messageID)

}

  if (haha.includes("kon") || haha.includes("KON")){

    api.sendMessage("ACHA ACHA TUM TO WOHI HO NAH JIS KO KOI NHI JANTA 😂 CHAL KOI NAH MA HU NA , MA BHI NHI JANTA", event.threadID, event.messageID)

      }

}

        module.exports.run = function({ api, event, client, __GLOBAL }) {

      }





=========================================

Add text code


if (haha.includes("ib") || haha.includes("inbox")){

    api.sendMessage("ma bhi aou kia chupka chupka kyu bola rha us ko", event.threadID, event.messageID)

}

========================================

No comments:

Post a Comment