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.