From 487a2e52cf009d65c7a92eeeb329176aad22a8f2 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 10 Jun 2023 22:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20command.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/command.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', }