no usar parsemode markdown
aparentemente el markdown de telegram tira errores (?) cuando tenés guiones bajos sin "cerrar"
This commit is contained in:
parent
ca70ad20e9
commit
2b83114148
1 changed files with 0 additions and 1 deletions
1
main.go
1
main.go
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue