docs(gateway): mention Weixin in gateway help and docstrings

Salvage of #21063 — adds 'Weixin, and more' to module-level docstrings
in gateway/__init__.py, gateway/config.py, gateway/platforms/base.py
and the 'hermes gateway' subparser description.

Co-authored-by: wuwuzhijing <chuang.guo@hopechart.com>
This commit is contained in:
wuwuzhijing 2026-05-12 17:08:35 -07:00 committed by Teknium
parent 29c9ff9ba5
commit a694a26330
4 changed files with 4 additions and 4 deletions

View file

@ -9390,7 +9390,7 @@ def main():
gateway_parser = subparsers.add_parser(
"gateway",
help="Messaging gateway management",
description="Manage the messaging gateway (Telegram, Discord, WhatsApp)",
description="Manage the messaging gateway (Telegram, Discord, WhatsApp, Weixin, and more)",
)
gateway_subparsers = gateway_parser.add_subparsers(dest="gateway_command")