mahdiyar30301/ZorenixAI_botPublic · Bot Template

Not Bot Is Hacking You 🤣🤩

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

commands/menu.js

javascript · 46 lines

Raw
1/**#command2name: menu3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12/**#command13name: menu14answer: 15keyboard: 16parse_mode: markdown17aliases: 18allow_only_group: false19need_reply: false20is_web: 021#command**/22 23try {24try { Api.answerCallbackQuery({}); } catch (e0) {}25Api.sendMessage({26  text:27    "╭─ ❄ ZORENIX GLASS ─╮\n" +28    "│  منوی رنگی شیشه‌ای\n" +29    "╰──────────────────╯\n\n" +30    "🟢 بخش اصلی    🔴 بخش کناری\n" +31    "تلگرام خود دکمه‌ها را رنگ نمی‌کند.\n" +32    "این نزدیک‌ترین حالت امن داخل خود ربات است.",33  reply_markup: {34    inline_keyboard: [35      [{ text: "🔴 بازگشت به منوی اصلی", callback_data: "/start" }],36      [{ text: "🟢 گفتگو با هوش مصنوعی", callback_data: "faq" }],37      [{ text: "🟢 فروشگاه", callback_data: "shop" }, { text: "🔴 کیف پول", callback_data: "wal" }],38      [{ text: "🟢 بازی‌ها", callback_data: "games" }, { text: "🔴 درآمد", callback_data: "earn" }],39      [{ text: "🟢 چت ناشناس", callback_data: "anonchat" }, { text: "🔴 ممبرگیر", callback_data: "freemember" }],40      [{ text: "🟢 یادگاری", callback_data: "yad" }, { text: "🔴 حساب من", callback_data: "my_account" }]41    ]42  }43});44} catch (e) {45  Bot.sendMessage("⚠️ menu");46}