diff options
author | Kyomotoi <[email protected]> | 2022-06-09 22:32:12 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-06-09 22:32:12 +0800 |
commit | 88a4105e7cbfbcd7952b3d47be3279f021f7ad6f (patch) | |
tree | 4ea6c61f0c058ae6eef57678ed3717d7d4ffe6bf /ATRI/plugins/help | |
parent | a8163fc8b97612793d3b55ebd4e90c61cd4ba77a (diff) | |
download | ATRI-88a4105e7cbfbcd7952b3d47be3279f021f7ad6f.tar.gz ATRI-88a4105e7cbfbcd7952b3d47be3279f021f7ad6f.tar.bz2 ATRI-88a4105e7cbfbcd7952b3d47be3279f021f7ad6f.zip |
💩 优化代码
Diffstat (limited to 'ATRI/plugins/help')
-rw-r--r-- | ATRI/plugins/help/data_source.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ATRI/plugins/help/data_source.py b/ATRI/plugins/help/data_source.py index e3dd1ff..d926417 100644 --- a/ATRI/plugins/help/data_source.py +++ b/ATRI/plugins/help/data_source.py @@ -9,6 +9,7 @@ from ATRI.service import Service, SERVICES_DIR, ServiceTools from ATRI.config import BotSelfConfig from ATRI.exceptions import ReadFileError + SERVICE_INFO_FORMAT = """ 服务名:{service} 说明:{docs} |