修复tg机器人错误
This commit is contained in:
parent
383ed450eb
commit
62050206cb
@ -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
|
||||
|
||||
@ -19,6 +19,8 @@
|
||||
16 wskey失效两次转换
|
||||
17 wskey过期提示
|
||||
Whiskey更新 修改为这个更新
|
||||
新增删除账号指令
|
||||
清理过期账号指令
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user