From d2434959891ec41e91236544632180589dcba69e Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Sat, 30 Nov 2024 23:39:14 +0700 Subject: [PATCH] Update token_obtainment.py --- hikka/inline/token_obtainment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hikka/inline/token_obtainment.py b/hikka/inline/token_obtainment.py index f660183..c288b34 100644 --- a/hikka/inline/token_obtainment.py +++ b/hikka/inline/token_obtainment.py @@ -147,7 +147,7 @@ class TokenObtainment(InlineUnit): "hikka.inline", "custom_bot", False, - ) and not re.search(r"@hikka_[0-9a-zA-Z]{6}_bot", button.text): + ) and not re.search(r"@heroku_[0-9a-zA-Z]{6}_bot", button.text): continue await fw_protect() @@ -221,7 +221,7 @@ class TokenObtainment(InlineUnit): from .. import main m = await conv.send_file( - main.BASE_PATH / "assets" / "bot_pfp.png" + main.BASE_PATH / "assets" / "heroku_ava.png" ) r = await conv.get_response()