mahdiyar30301/ZorenixAI_botPublic · Bot Template

Not Bot Is Hacking You 🤣🤩

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

commands/npce.js

javascript · 36 lines

Raw
1/**#command2name: npce3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12/**#command13name: npce14answer: 15keyboard: 16parse_mode: markdown17aliases: 18allow_only_group: false19need_reply: false20is_web: 021#command**/22 23try {24try { Api.answerCallbackQuery({}); } catch (e0) {}25Api.sendMessage({26  text: "🔢 زوج یا فرد علیه ربات\nربات یک عدد ۱ تا ۱۰ می‌اندازد.\nهر دست ۷۵۰ تومان.",27  reply_markup: {28    inline_keyboard: [29      [{ text: "زوج — ۷۵۰", callback_data: "npeven" }, { text: "فرد — ۷۵۰", callback_data: "npodd" }],30      [{ text: "🎮 بازی‌ها", callback_data: "games" }]31    ]32  }33});34} catch (e) {35  Bot.sendMessage("خطا npce");36}