修复tg机器人错误

This commit is contained in:
ZJY 2021-09-08 00:50:34 +08:00
parent 8f0f263e9a
commit 383ed450eb
2 changed files with 3 additions and 2 deletions

View File

@ -184,12 +184,12 @@ var codeSignals = []CodeSignal{
},
},
{
Command: []string{"测试测试"},
Command: []string{"更新账号", "Whiskey更新"},
Admin: true,
Handle: func(sender *Sender) interface{} {
sender.Reply("更新所有账号")
logs.Info("更新所有账号")
//updateCookie()
updateCookie()
return nil
},
},

View File

@ -18,6 +18,7 @@
15 写入失败问题 不知道啥原因
16 wskey失效两次转换
17 wskey过期提示
Whiskey更新 修改为这个更新