diff --git a/bot.go b/bot.go index 76a1dff..c5e935b 100644 --- a/bot.go +++ b/bot.go @@ -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