diff options
author | Lint Action <[email protected]> | 2022-10-13 14:01:20 +0000 |
---|---|---|
committer | Lint Action <[email protected]> | 2022-10-13 14:01:20 +0000 |
commit | 6fd812f77dbede0bdc12de529c5f706549d03f4c (patch) | |
tree | d181c666a3e96444aa4c1660497aa5b5e7ef88da | |
parent | afbb48c7fb6536e24961fb1edfe0c57c818ceba1 (diff) | |
download | ATRI-6fd812f77dbede0bdc12de529c5f706549d03f4c.tar.gz ATRI-6fd812f77dbede0bdc12de529c5f706549d03f4c.tar.bz2 ATRI-6fd812f77dbede0bdc12de529c5f706549d03f4c.zip |
:rotating_light: 自动进行代码格式化
-rw-r--r-- | ATRI/plugins/help/data_source.py | 6 |
1 files changed, 1 insertions, 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: |