mahdiyar30301/ZorenixAI_botPublic · Bot Template

Not Bot Is Hacking You 🤣🤩

Utilityutility
ProfileTelegram
455 commands2 envUpdated 7h agoCreated Aug 26, 2026
Back to folder

commands/_askjoin0.js

javascript · 37 lines

Raw
1/**#command2name: /askjoin03answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12/**#command13name: /askjoin014answer: 15keyboard: 16parse_mode: markdown17aliases: 18allow_only_group: false19need_reply: false20is_web: 021#command**/22 23try {24var uid = "";25if (typeof user !== "undefined" && user) {26  if (user.telegramid) uid = String(user.telegramid);27  else if (user.id) uid = String(user.id);28}29if (uid !== "5861439682" && ((await db.global.get("rank_" + uid)) !== "admin")) {30  Bot.sendMessage("فقط ادمین");31  return;32}33await db.global.set("askjoin_i", 0);34Bot.sendMessage("شمارنده صفر شد. حالا /askjoin");35} catch (e) {36  Bot.sendMessage("خطا askjoin0");37}