diff options
author | Lint Action <[email protected]> | 2022-02-07 11:19:20 +0000 |
---|---|---|
committer | Lint Action <[email protected]> | 2022-02-07 11:19:20 +0000 |
commit | 83ca4763fd6ec0d75dbe805557b5b91bf08ca941 (patch) | |
tree | ec2d27f1c59a6d51d1f0668db4f6124e537f03d2 /ATRI/plugins/help/__init__.py | |
parent | 534acd1dbcf6b248f44d248745752d332a14159a (diff) | |
download | ATRI-83ca4763fd6ec0d75dbe805557b5b91bf08ca941.tar.gz ATRI-83ca4763fd6ec0d75dbe805557b5b91bf08ca941.tar.bz2 ATRI-83ca4763fd6ec0d75dbe805557b5b91bf08ca941.zip |
:rotating_light: 自动进行代码格式化
Diffstat (limited to 'ATRI/plugins/help/__init__.py')
-rw-r--r-- | ATRI/plugins/help/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/plugins/help/__init__.py b/ATRI/plugins/help/__init__.py index 74cb00d..d4b8b36 100644 --- a/ATRI/plugins/help/__init__.py +++ b/ATRI/plugins/help/__init__.py @@ -50,6 +50,6 @@ async def _ready_service_info(event: MessageEvent): if not cmd: repo = Helper().service_info(service) await service_info.finish(repo) - + repo = Helper().cmd_info(service, cmd) await service_info.finish(repo) |