This commit is contained in:
shoopea 2019-06-09 19:47:09 +08:00
parent 787d6a0f7b
commit 5cfb6c0229

6
bot.go
View File

@ -285,9 +285,11 @@ func botMsgLoad(m *tb.Message) {
}
TGCmdQueue <- c
url := fmt.Sprintf("%s/file/bot%s/%s", b.URL, b.Token, f.FilePath)
log.Printf("URL : %s\n", b.URL)
log.Printf("Token : %s\n", b.Token)
log.Printf("FilePath : %s\n", f.FilePath)
log.Printf("Getting file from %s !\n", url)
//url := fmt.Sprintf("%s/file/bot%s/%s", b.URL, b.Token, f.FilePath)
} else {
c := TGCommand{