summaryrefslogtreecommitdiff
path: root/ATRI/plugins/help
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2022-07-01 00:06:30 +0800
committerKyomotoi <[email protected]>2022-07-01 00:06:30 +0800
commit78c7e1efc76da4e1311adecd500da8dd4fdca50d (patch)
tree882c492eaa14aed144af016076b10729f2ccc892 /ATRI/plugins/help
parent81a1eeef9d7c393e683167470e95c0a15e7af6c0 (diff)
downloadATRI-78c7e1efc76da4e1311adecd500da8dd4fdca50d.tar.gz
ATRI-78c7e1efc76da4e1311adecd500da8dd4fdca50d.tar.bz2
ATRI-78c7e1efc76da4e1311adecd500da8dd4fdca50d.zip
🚸 提高用户体验
Diffstat (limited to 'ATRI/plugins/help')
-rw-r--r--ATRI/plugins/help/data_source.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ATRI/plugins/help/data_source.py b/ATRI/plugins/help/data_source.py
index 2573bf4..5003b0d 100644
--- a/ATRI/plugins/help/data_source.py
+++ b/ATRI/plugins/help/data_source.py
@@ -74,7 +74,6 @@ class Helper(Service):
services,
headers=["服务名称", "开启状态(全局)", "仅支持管理员"],
tablefmt="plain",
- showindex=True,
)
repo = f"咱搭载了以下服务~\n{table}\n@bot 帮助 [服务] -以查看对应服务帮助"
return repo