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
112 commands3 envUpdated 1h agoCreated Aug 27, 2026
commands/_aurareset.js
javascript · 19 lines
1/**#command2name: /aurareset3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12var chatId = String(request.chat.id);13 14Bot.setProperty(15 "AURA_GAME_" + chatId,16 null17);18 19Bot.sendMessage("🧹 Aura battle reset. You can start a new battle.");