manafzz147/AlphaXShen_botPublic · Bot Template

AIAlphaXShen_bot appears to be a Telegram automation bot. Commands include /start, /.menu, /.test, /.tagall, /.p, /.admin. Observed in code: messaging, storage.

Utilityutility
ProfileTelegram
6 commands0 envUpdated 15h agoCreated Sep 4, 2026
Back to folder

commands/.test.js

javascript · 13 lines

Raw
1/**#command2name: .test3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12 13Bot.sendMessage("✅ Bot berjalan normal!");