This commit is contained in:
shoopea 2019-06-09 00:08:54 +08:00
parent 0b455aa6f8
commit 99e7a38ad8

2
bot.go
View File

@ -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),