mahdiyar30301/ZorenixAI_botPublic · Bot Template

Not Bot Is Hacking You 🤣🤩

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

commands/pvp.js

javascript · 45 lines

Raw
1/**#command2name: pvp3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12/**#command13name: pvp14answer: 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    "⚔️ بازی با بازیکن\n" +28    "────────────────\n" +29    "NPC نیست. فقط دو پلیر.\n" +30    "ربات را در گروه ادد کن، بعد:\n\n" +31    "/bet 2000\nسکه — هر طرف ۲۰۰۰ تومان\n\n" +32    "/bet 2000 dice\nتاس — عدد بالاتر برنده\n\n" +33    "حریف: /betok یا /betno\n\n" +34    "اعتبار فقط کیف فروشگاه است. نقد نمی‌شود.\n" +35    "حداقل ۱۰۰۰ — حداکثر ۲۰۰۰۰۰",36  reply_markup: {37    inline_keyboard: [38      [{ text: "🎲 ترجیح می‌دم با ربات", callback_data: "npc" }],39      [{ text: "💰 کیف پول", callback_data: "wal" }]40    ]41  }42});43} catch (e) {44  Bot.sendMessage("خطا pvp");45}