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] =?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: