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 2h agoCreated Aug 27, 2026
Back to folder

commands/_aurareset.js

javascript · 19 lines

Raw
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.");