diff --git a/astrbot/cli/__main__.py b/astrbot/cli/__main__.py index 68e4e295e..4ba45df5f 100644 --- a/astrbot/cli/__main__.py +++ b/astrbot/cli/__main__.py @@ -77,9 +77,7 @@ def cli() -> None: """Astrbot Agentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨ """ - click.echo(logo_tmpl) - click.echo(t("cli_welcome")) - click.echo(t("cli_version", version=__version__)) + pass @click.command()