millswelbeck148/SireimadeBotPublic · Bot Template

AISireImade appears to be a Telegram automation bot. Commands include /start, /about, /support, /id, /admin, /ban, /unban, /x. Observed in code: messaging, keyboards, games.

Utilityutility
ProfileTelegram
112 commands3 envUpdated 1h agoCreated Aug 27, 2026
Back to folder

commands/_command.js

javascript · 18 lines

Raw
1/**#command2name: /command3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: true8need_reply: false9is_web: 010#command**/11 12if (message && message.sticker) {13  Api.sendMessage({14    chat_id: chat.id,15    text: "Sticker file_id:\n\n" + message.sticker.file_id16  });17  return;18}