From b9d5f2f8497b7f73f94f7a4c01a40ddd71853508 Mon Sep 17 00:00:00 2001 From: dustoair <107600816+dustoair@users.noreply.github.com> Date: Wed, 10 Aug 2022 19:45:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E6=9C=AC=20add=20to?= =?UTF-8?q?=20list=20cmd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- global/cmds.go | 1 + 1 file changed, 1 insertion(+) diff --git a/global/cmds.go b/global/cmds.go index 2ca568c..71da5b1 100644 --- a/global/cmds.go +++ b/global/cmds.go @@ -7,4 +7,5 @@ var CMDList = []string{ "history", "last", "删除图片", + "删除文本", }