mahdiyar30301/ZorenixAI_botPublic · Bot Template

Not Bot Is Hacking You 🤣🤩

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

commands/adm_lottery_draw.js

javascript · 13 lines

Raw
1/**#command2name: adm_lottery_draw3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12try { Api.answerCallbackQuery({}); } catch(e) {}13Bot.sendMessage("🎲 **انجام قرعه‌کشی و اعلام برنده:**\n\nبنویسید:\n`/drawlottery [شماره قرعه‌کشی]`\n\nمثال: `/drawlottery 1`", { parse_mode: "Markdown" });