From b48e6b43a9040d24aa9f06d22a34af8f86dd12a7 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Fri, 14 Mar 2025 23:57:51 +0700 Subject: [PATCH] Update main.py --- hikka/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hikka/main.py b/hikka/main.py index 3110335..1d3a940 100644 --- a/hikka/main.py +++ b/hikka/main.py @@ -400,7 +400,7 @@ def raise_auth(): raise InteractiveAuthRequired() -class Hikka: +class Heroku: """Main userbot instance, which can handle multiple clients""" def __init__(self): @@ -551,7 +551,7 @@ class Hikka: session = SQLiteSession( os.path.join( BASE_DIR, - f"hikka-{telegram_id}", + f"heroku-{telegram_id}", ) ) @@ -996,4 +996,4 @@ class Hikka: herokutl.extensions.html.CUSTOM_EMOJIS = not get_config_key("disable_custom_emojis") -hikka = Hikka() +hikka = Heroku()