deky2001z/tenjekubot9app_botPublic · Bot Template

AIBot is a Vietnamese-language control panel for managing Discord, Zalo, and Messenger 'tabs', letting users add, edit, delete, enable/disable, set delay and language, and store credentials such as tokens, cookies, and IMEI data via Bot/User properties. It renders status dashboards with online/offline counts and shows a menu of platform-specific spamming tools. One command ('Treo ngôn') contains a node-telegram-bot-api polling app that gathers a token, user ID, channel ID, and text-file lines to send automated messages. Overall, the bot appears designed for auto-spam and message-flooding operations across multiple chat platforms.

Spamspamtelegramdiscordzalomessengerauto-messaging
ProfileTelegram
15 commands0 envUpdated 10d agoCreated Jul 22, 2026
Back to folder

commands/📋 Menu.js

javascript · 49 lines

Raw
1/**#command2name: 📋 Menu3answer: ━━━━━━━━━━━━━━━━━━━━━━4📋 𝗠𝗘𝗡𝗨 𝗖𝗛𝗨̛́𝗖 𝗡𝗔̆𝗡𝗚5━━━━━━━━━━━━━━━━━━━━━━6 7『💜』Discord8• 📝 Treo ngôn9• 🤪 Treo nhây10 11『💚』Zalo12• 🏷️ Treo nhây tag13• 💬 Treo nhây không tag14• 📝 Treo spam ngôn15• 😀 Spam Sticker16• ✏️ Spam đổi tên box17 18『💙』Messenger19• 🤪 Treo nhây20• 📝 Treo ngôn21 22『👑』Admin23• 📞 Liên hệ Admin24 25━━━━━━━━━━━━━━━━━━━━━━26✨ Bot 3App By Tenjeku27❤️ Chúc bạn sử dụng vui vẻ!28keyboard: 『💜』Discord, 『💚』Zalo 『💙』Messenger, 『📂』Danh sách 『👑』Admin29parse_mode: markdown30aliases: 31allow_only_group: false32need_reply: false33is_web: 034#command**/35 36Api.sendMessage({37  text: `📋 *MENU BOT 3APP BY TENJEKU*38 39Chọn nền tảng bạn muốn sử dụng 👇`,40  parse_mode: "Markdown",41  reply_markup: {42    keyboard: [43      [{ text: "『💜』Discord" }, { text: "『💚』Zalo" }],44      [{ text: "『💙』Messenger" }, { text: "『👑』Admin" }],45      [{ text: "『📂』Danh sách"}]46    ],47    resize_keyboard: true48  }49});