We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a211933 commit da546cfCopy full SHA for da546cf
1 file changed
‎astrbot/core/platform/sources/telegram/tg_adapter.py‎
@@ -167,7 +167,7 @@ def _extract_command_info(
167
return None
168
169
if not re.match(r"^[a-z0-9_]+$", cmd_name) or len(cmd_name) > 32:
170
- logger.warning(f"è·³è¿‡æ— æ³•æ³¨å†Œçš„å‘½ä»¤: {cmd_name}")
+ logger.debug(f"è·³è¿‡æ— æ³•æ³¨å†Œçš„å‘½ä»¤: {cmd_name}")
171
172
173
# Build description.
0 commit comments