From 6fd812f77dbede0bdc12de529c5f706549d03f4c Mon Sep 17 00:00:00 2001 From: Lint Action Date: Thu, 13 Oct 2022 14:01:20 +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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ATRI/plugins/help/data_source.py b/ATRI/plugins/help/data_source.py index b1d952e..7492197 100644 --- a/ATRI/plugins/help/data_source.py +++ b/ATRI/plugins/help/data_source.py @@ -77,11 +77,7 @@ class Helper(Service): tablefmt="plain", ) repo = f"咱搭载了以下服务~\n{table}\n@bot 帮助 [服务] -以查看对应服务帮助" - return ( - MessageBuilder("咱搭载了以下服务~") - .text(table) - .text("@bot 帮助 [服务] -以查看对应服务帮助") - ) + return MessageBuilder("咱搭载了以下服务~").text(table).text("@bot 帮助 [服务] -以查看对应服务帮助") @staticmethod def service_info(service: str) -> str: -- cgit v1.2.3