diff --git a/app/command.py b/app/command.py index 17437143..17732d17 100644 --- a/app/command.py +++ b/app/command.py @@ -42,12 +42,12 @@ class Command(metaclass=Singleton): }, "/subscriberefresh": { "func": SubscribeChain().refresh, - "description": "刷新所有订阅", + "description": "刷新订阅", "data": {} }, "/subscribesearch": { "func": SubscribeChain().search, - "description": "搜索所有订阅", + "description": "搜索订阅", "data": { 'state': 'R', }