From 209538d6fbde50b5355365954de60404b2cd496d Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 27 Aug 2022 19:38:27 -0300 Subject: [PATCH] Limpiar --- main.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/main.go b/main.go index 4786b19..784a06f 100644 --- a/main.go +++ b/main.go @@ -76,13 +76,6 @@ func handleMessage(bot *tgbotapi.BotAPI, update tgbotapi.Update) { res := tgbotapi.NewVideo(msg.Chat.ID, *lookup) res.ReplyToMessageID = msg.MessageID - // if info, err := readInfoFile(&infoPath); err != nil { - // res.Caption = "Hubo un error consiguiendo el titulo de este video." - // log.Println("error reading info file", err) - // } else { - // res.Caption = info.Title - // } - bot.Send(res) } if !hasDownloadables && explicit {