summaryrefslogtreecommitdiff
path: root/ATRI
diff options
context:
space:
mode:
authorLint Action <[email protected]>2022-02-07 11:19:20 +0000
committerLint Action <[email protected]>2022-02-07 11:19:20 +0000
commit83ca4763fd6ec0d75dbe805557b5b91bf08ca941 (patch)
treeec2d27f1c59a6d51d1f0668db4f6124e537f03d2 /ATRI
parent534acd1dbcf6b248f44d248745752d332a14159a (diff)
downloadATRI-83ca4763fd6ec0d75dbe805557b5b91bf08ca941.tar.gz
ATRI-83ca4763fd6ec0d75dbe805557b5b91bf08ca941.tar.bz2
ATRI-83ca4763fd6ec0d75dbe805557b5b91bf08ca941.zip
:rotating_light: 自动进行代码格式化
Diffstat (limited to 'ATRI')
-rw-r--r--ATRI/plugins/help/__init__.py2
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)