test
This commit is contained in:
parent
787d6a0f7b
commit
5cfb6c0229
6
bot.go
6
bot.go
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user