This commit is contained in:
cdle
2021-10-06 21:41:35 +08:00
parent 6b094ef5f2
commit 62f4673eb8
+1 -1
View File
@@ -47,7 +47,7 @@ func init() {
URL: tg.Get("url"),
Token: token,
Poller: &tb.LongPoller{Timeout: 10 * time.Second},
ParseMode: tb.ModeMarkdown,
ParseMode: tb.ModeMarkdownV2,
})
if err != nil {