update info displayed for g deposit all

This commit is contained in:
shoopea 2019-08-30 15:26:32 +08:00
parent a049f90619
commit 16d841b771

8
bot.go
View File

@ -688,6 +688,14 @@ func botGDepositAll(m *tb.Message) {
FromChatID64: m.Chat.ID,
}
TGCmdQueue <- c
} else {
c := TGCommand{
Type: commandReplyMsg,
Text: "Deposit started",
FromMsgID64: int64(m.ID),
FromChatID64: m.Chat.ID,
}
TGCmdQueue <- c
}
return