diff --git a/scripts/ksubot.py b/scripts/ksubot.py index e443a190..c3b36727 100644 --- a/scripts/ksubot.py +++ b/scripts/ksubot.py @@ -82,7 +82,7 @@ async def main(): exit(1) print("[+] Logging in Telegram with bot") script_dir = os.path.dirname(os.path.abspath(sys.argv[0])) - session_dir = os.path.join(script_dir, "ksubot.session") + session_dir = os.path.join(script_dir, "ksubot") async with await TelegramClient(session=session_dir, api_id=API_ID, api_hash=API_HASH).start(bot_token=BOT_TOKEN) as bot: caption = [""] * len(files) caption[-1] = get_caption() @@ -98,4 +98,4 @@ if __name__ == "__main__": try: asyncio.run(main()) except Exception as e: - print(f"[-] An error occurred: {e}") \ No newline at end of file + print(f"[-] An error occurred: {e}")