rename bot and improve forwarding logic

This commit is contained in:
2026-07-02 21:07:36 +03:00
parent c5d096b19b
commit f397916816
8 changed files with 65 additions and 20 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ logger = logging.getLogger(__name__)
async def main():
logger.info("Initializing Frankenstein Bot...")
logger.info("Initializing AWB...")
# Initialize Bot instance with default HTML parsing mode
bot = Bot(
@@ -75,4 +75,4 @@ if __name__ == "__main__":
try:
asyncio.run(main())
except (KeyboardInterrupt, SystemExit):
logger.info("Frankenstein Bot execution stopped.")
logger.info("AWB execution stopped.")