mahdiyar30301/ZorenixAI_botPublic · Bot Template

Not Bot Is Hacking You 🤣🤩

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

commands/updadd.js

javascript · 36 lines

Raw
1/**#command2name: updadd3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12/**#command13name: updadd14answer: 15keyboard: 16parse_mode: markdown17aliases: 18allow_only_group: false19need_reply: false20is_web: 021#command**/22 23try {24try { Api.answerCallbackQuery({}); } catch (e0) {}25var uid = "";26if (typeof user !== "undefined" && user) {27  if (user.telegramid) uid = String(user.telegramid);28  else if (user.id) uid = String(user.id);29}30if (uid !== "5861439682") { Bot.sendMessage("فقط رئیس"); return; }31var ver = String((await db.global.get("bot_ver")) || "5.0");32await db.global.set("await_upd_" + uid, "add");33Bot.sendMessage("بند جدید برای نسخه " + ver + " را بفرست.\nبه متن قبلی می‌چسبد.\nچند خط هم می‌شود.\nلغو: لغو");34} catch (e) {35  Bot.sendMessage("خطا updadd");36}