From 99e7a38ad88770415e612fcdbede75e9ab788b21 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 9 Jun 2019 00:08:54 +0800 Subject: [PATCH] test --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index daa1be2..a78c10c 100644 --- a/bot.go +++ b/bot.go @@ -211,7 +211,7 @@ func botMsgExportAll(m *tb.Message) { d := tb.Document{File: tb.FromReader(bytes.NewReader(b))} - c := TGCommand{ + c = TGCommand{ Type: commandReplyDocument, Document: d, FromMsgID64: int64(m.ID),