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