no usar parsemode markdown

aparentemente el markdown de telegram tira errores (?) cuando tenés guiones bajos sin "cerrar"
This commit is contained in:
Cat /dev/Nulo 2023-06-21 21:08:33 -03:00
parent ca70ad20e9
commit 2b83114148

View file

@ -169,7 +169,6 @@ func respondWith(msg *tgbotapi.Message, str string) tgbotapi.MessageConfig {
res := tgbotapi.NewMessage(msg.Chat.ID, str)
res.ReplyToMessageID = msg.MessageID
res.DisableWebPagePreview = true
res.ParseMode = "markdown"
return res
}