-
Notifications
You must be signed in to change notification settings - Fork 45
/
goibot.js
1 lines (1 loc) · 1.84 KB
/
goibot.js
1
module.exports.config={name:"goibot",version:"1.0.0",hasPermssion:0,credits:"ManhG",description:"Gọi Bot No reply",commandCategory:"Noprefix",usages:"",cooldowns:2,denpendencies:{}},module.exports.handleEvent=async({event:e,api:o,Users:t,Threads:a})=>{var{threadID:n,messageID:s,body:i,senderID:d}=e;const r=global.data.threadData.get(n)||{};if(void 0!==r.goibot&&0==r.goibot)return;if(d==global.data.botID)return;let g=await t.getNameUser(e.senderID),c=(await a.getData(e.threadID)).threadInfo;var h=e.threadID,l=["Yêu em <3","Em là con bot cute nhất <3","Hi, chào con vợ bé:3","Vợ gọi có việc gì không?","Dạ, có em đây, yêu em không mà gọi <3. hmm...",`${g}, sử dụng callad để liên lạc với admin!`,`${g}, gọi em có việc gì thế`,`${g}, yêu em ko mà gọi😢`,`${g}, tôi yêu bạn vl ❤`,`${g}, yêu nhau không?`,`${g}, bạn có yêu tôi không ❤`,`${g}, dạ có em đây:3`,`${g}, yêu admin bot đi rồi hãy gọi`,`${g}, yêu em ❤`,`${g}, [Góc Donate] Bạn có thể donate cho tôi chứ?`,`${g}, Tao đây`],u=l[Math.floor(Math.random()*l.length)];["bot","bot ơi","bot oi","yêu bot","bot đâu"].forEach((e=>{let t=e[0].toUpperCase()+e.slice(1);if(i===e.toUpperCase()|i===e|t===i){let t=c.threadName;return modules="------ Gọi bot ------\n",console.log(modules,e+"|",t,h),a=u,void o.sendMessage(a,n,s)}var a}))},module.exports.languages={vi:{on:"Bật",off:"Tắt",successText:"goibot thành công"},en:{on:"on",off:"off",successText:"goibot success!"}},module.exports.run=async function({api:e,event:o,Threads:t,getText:a}){const{threadID:n,messageID:s}=o;let i=(await t.getData(n)).data;return void 0===i.goibot||1==i.goibot?i.goibot=!1:i.goibot=!0,await t.setData(n,{data:i}),global.data.threadData.set(n,i),e.sendMessage(`${0==i.goibot?a("off"):a("on")} ${a("successText")}`,n,s)};