mahdiyar30301/ZorenixAI_botPublic · Bot Template

Not Bot Is Hacking You 🤣🤩

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

commands/folg.js

javascript · 39 lines

Raw
1/**#command2name: folg3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12/**#command13name: folg14answer: 15keyboard: 16parse_mode: markdown17aliases: 18allow_only_group: false19need_reply: false20is_web: 021#command**/22 23try {24try { Api.answerCallbackQuery({}); } catch (e0) {}25Api.sendMessage({26  text: "🎮 پوشه بازی\nNPC 7.5 ZC | PvP 20 ZC | اسلات 5 ZC\nنقد نمی‌شود.",27  reply_markup: {28    inline_keyboard: [29      [{ text: "🎮 بازی‌ها", callback_data: "games" }, { text: "🧠 مسابقه", callback_data: "qz" }],30      [{ text: "🎰 اسلات ۵ZC", callback_data: "slt" }, { text: "✊ سنگ‌کاغذ", callback_data: "rps" }],31      [{ text: "🔢 حدس عدد", callback_data: "gsn" }, { text: "📅 جایزه روزانه", callback_data: "dlyz" }],32      [{ text: "🏆 مدال", callback_data: "ach" }, { text: "💎 پولدارها", callback_data: "zctop" }],33      [{ text: "⬅️ پوشه‌ها", callback_data: "fold" }]34    ]35  }36});37} catch (e) {38  Bot.sendMessage("خطا folg");39}