修复tg机器人错误

This commit is contained in:
ZJY 2021-09-08 01:18:56 +08:00
parent 383ed450eb
commit 62050206cb
2 changed files with 3 additions and 0 deletions

View File

@ -326,6 +326,7 @@ var codeSignals = []CodeSignal{
{
Command: []string{"赌一把"},
Handle: func(sender *Sender) interface{} {
cost := Int(sender.JoinContens())
if cost <= 0 || cost > 10000 {
cost = 1

View File

@ -19,6 +19,8 @@
16 wskey失效两次转换
17 wskey过期提示
Whiskey更新 修改为这个更新
新增删除账号指令
清理过期账号指令