From 2c3c3ae546d06409d74c02a66c7d1d4b63c9fcc8 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sun, 7 Sep 2025 11:37:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E8=B0=83=E8=AF=95=E6=97=A5=E5=BF=97=E4=BB=A5=E7=AE=80?= =?UTF-8?q?=E5=8C=96=E5=91=BD=E4=BB=A4=E6=B3=A8=E5=86=8C=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/platform/sources/telegram/tg_adapter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/astrbot/core/platform/sources/telegram/tg_adapter.py b/astrbot/core/platform/sources/telegram/tg_adapter.py index c6fc56b93..07559f82d 100644 --- a/astrbot/core/platform/sources/telegram/tg_adapter.py +++ b/astrbot/core/platform/sources/telegram/tg_adapter.py @@ -183,7 +183,6 @@ class TelegramPlatformAdapter(Platform): return None if not re.match(r"^[a-z0-9_]+$", cmd_name) or len(cmd_name) > 32: - logger.debug(f"跳过无法注册的命令: {cmd_name}") return None # Build description.