diff options
Diffstat (limited to 'ATRI/plugins/help')
-rw-r--r-- | ATRI/plugins/help/data_source.py | 1 |
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 |