mahdiyar30301/ZorenixAI_botPublic · Bot Template

Not Bot Is Hacking You 🤣🤩

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

commands/six.js

javascript · 55 lines

Raw
1/**#command2name: six3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12/**#command13name: six14answer: 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) return;31Api.sendMessage({32  text:33    "📦 فاز ۶ — بسته آخر شماره‌دار\n────────────────\n" +34    "ستاره را دست نزن.\n" +35    "سکه آزاد: /flp   تاس: /d6\n" +36    "بله/نه: /yn   فال: /ball سوال\n" +37    "BMI: /bmi 80 175\n" +38    "سن: /age 1379\n" +39    "طول متن: /len متن\n" +40    "برعکس: /rev متن\n" +41    "شبا: /shb IR...\n" +42    "یادداشت+: /nadd متن",43  reply_markup: {44    inline_keyboard: [45      [{ text: "🪙 سکه", callback_data: "flp" }, { text: "🎲 تاس", callback_data: "d6" }],46      [{ text: "❓ بله/نه", callback_data: "yn" }, { text: "😂 جوک", callback_data: "joke" }],47      [{ text: "📌 فکت", callback_data: "fact" }, { text: "🧹 پاک دفترچه", callback_data: "ndel" }],48      [{ text: "✨ فاز ۵", callback_data: "xtra" }, { text: "📂 پوشه", callback_data: "fold" }],49      [{ text: "🏠 منو", callback_data: "/start" }]50    ]51  }52});53} catch (e) {54  Bot.sendMessage("خطا six");55}