From 16d841b7714cc1aa163b59a8a81f2367f9c2e39e Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 30 Aug 2019 15:26:32 +0800 Subject: [PATCH] update info displayed for g deposit all --- bot.go | 8 ++++++++ 1 file changed, 8 insertions(+) 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