From b5faf9e8e464b86b284454302854e7c8ec653cdc Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Tue, 7 Sep 2021 12:32:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E4=BB=A4=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/command.go b/models/command.go index adf253b..19e22f2 100644 --- a/models/command.go +++ b/models/command.go @@ -184,7 +184,7 @@ var codeSignals = []CodeSignal{ }, }, { - Command: []string{"测试测试"}, + Command: []string{"更新账号"}, Admin: true, Handle: func(sender *Sender) interface{} { sender.Reply("更新所有账号")