From ea93851e3d51ef6ac3c40e8990bdad733728581f Mon Sep 17 00:00:00 2001 From: Lint Action Date: Mon, 17 Oct 2022 15:47:39 +0000 Subject: =?UTF-8?q?:rotating=5Flight:=20=E8=87=AA=E5=8A=A8=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/help/data_source.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ATRI/plugins/help') diff --git a/ATRI/plugins/help/data_source.py b/ATRI/plugins/help/data_source.py index 6261a05..676cf7a 100644 --- a/ATRI/plugins/help/data_source.py +++ b/ATRI/plugins/help/data_source.py @@ -74,7 +74,12 @@ class Helper: headers=["服务名称", "开启状态(全局)", "仅支持管理员"], tablefmt="plain", ) - return MessageBuilder("咱搭载了以下服务~").text(table).text("@bot 帮助 [服务] -以查看对应服务帮助").done() + return ( + MessageBuilder("咱搭载了以下服务~") + .text(table) + .text("@bot 帮助 [服务] -以查看对应服务帮助") + .done() + ) @staticmethod def service_info(service: str) -> str: -- cgit v1.2.3