From 8000277d017e6b26af614ebfedc57824eb2356e8 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:51:07 +0700 Subject: [PATCH 1/6] =?UTF-8?q?=D0=9F=D1=83=D1=88=D0=B8=D1=81=D1=82=D0=B8?= =?UTF-8?q?=D0=BA=20=D1=85=D1=83=D0=B5=D1=81=D0=BB=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hikka/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hikka/main.py b/hikka/main.py index bb2e693..90ed11e 100644 --- a/hikka/main.py +++ b/hikka/main.py @@ -751,7 +751,7 @@ class Hikka: patcher.patch(client, session) await client.connect() - client.phone = "ХАХАХАХАХХАХА, размечтался, иди нахуй!" + client.phone = "Why do you need your own phone number?" self.clients += [client] except sqlite3.OperationalError: From b796c2e6f84a14b1a16d721096320ba6fda75a64 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:53:56 +0700 Subject: [PATCH 2/6] Update hikka_backup.py --- hikka/modules/hikka_backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hikka/modules/hikka_backup.py b/hikka/modules/hikka_backup.py index 19d4e3e..d499a1b 100644 --- a/hikka/modules/hikka_backup.py +++ b/hikka/modules/hikka_backup.py @@ -27,7 +27,7 @@ logger = logging.getLogger(__name__) class HikkaBackupMod(loader.Module): """Handles database and modules backups""" - strings = {"name": "HikkaBackup"} + strings = {"name": "HerokuBackup"} async def client_ready(self): if not self.get("period"): From f7dc13f33613ffb7daf9a57a0b37a39df545cf96 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:55:14 +0700 Subject: [PATCH 3/6] =?UTF-8?q?=D0=AF=20=D0=BD=D0=B5=20=D0=B4=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE=D0=B2=D0=BE=D1=80=D0=B8=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hikka/modules/hikka_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hikka/modules/hikka_config.py b/hikka/modules/hikka_config.py index 83eed4b..8dfe64d 100644 --- a/hikka/modules/hikka_config.py +++ b/hikka/modules/hikka_config.py @@ -29,7 +29,7 @@ NUM_ROWS = 5 class HikkaConfigMod(loader.Module): """Interactive configurator for Hikka Userbot""" - strings = {"name": "HikkaConfig"} + strings = {"name": "HerokuConfig"} @staticmethod def prep_value(value: typing.Any) -> typing.Any: From 93cb6a889787bef92b7b430e2348ce946d489ebf Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:55:35 +0700 Subject: [PATCH 4/6] =?UTF-8?q?=D0=9C=D0=B5=D0=BD=D1=8F=20=D0=B4=D0=B5?= =?UTF-8?q?=D1=80=D0=B6=D0=B0=D1=82=20=D0=B2=20=D0=B7=D0=B0=D0=BB=D0=BE?= =?UTF-8?q?=D0=B6=D0=BD=D0=B8=D0=BA=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hikka/modules/hikka_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hikka/modules/hikka_info.py b/hikka/modules/hikka_info.py index 7ca48f3..1f3fbbe 100644 --- a/hikka/modules/hikka_info.py +++ b/hikka/modules/hikka_info.py @@ -17,7 +17,7 @@ import subprocess class HikkaInfoMod(loader.Module): """Show userbot info""" - strings = {"name": "HikkaInfo"} + strings = {"name": "HerokuInfo"} def __init__(self): self.config = loader.ModuleConfig( From 2818a3f8bc5ac5271c64b3f9e53388c7ba1a760b Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:55:53 +0700 Subject: [PATCH 5/6] Help me --- hikka/modules/hikka_security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hikka/modules/hikka_security.py b/hikka/modules/hikka_security.py index 95e2eda..d6109c5 100644 --- a/hikka/modules/hikka_security.py +++ b/hikka/modules/hikka_security.py @@ -36,7 +36,7 @@ from ..security import ( class HikkaSecurityMod(loader.Module): """Control security settings""" - strings = {"name": "HikkaSecurity"} + strings = {"name": "HerokuSecurity"} async def client_ready(self): self._sgroups: typing.Iterable[str, SecurityGroup] = self.pointer( From 26d5b07933d797f3228818da40be85f6ce6114a2 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:56:18 +0700 Subject: [PATCH 6/6] =?UTF-8?q?=D1=8F=D0=B3=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hikka/modules/hikka_settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hikka/modules/hikka_settings.py b/hikka/modules/hikka_settings.py index bb39cbd..9565359 100644 --- a/hikka/modules/hikka_settings.py +++ b/hikka/modules/hikka_settings.py @@ -38,9 +38,9 @@ ALL_INVOKES = [ @loader.tds class HikkaSettingsMod(loader.Module): - """Advanced settings for Hikka Userbot""" + """Advanced settings for Heroku Userbot""" - strings = {"name": "HikkaSettings"} + strings = {"name": "HerokuSettings"} def get_watchers(self) -> tuple: return [