From a36ddfb15abd301915c7ba04c9f4ff343b990c80 Mon Sep 17 00:00:00 2001 From: cdle <50124752+cdle@users.noreply.github.com> Date: Thu, 14 Oct 2021 05:43:47 +0800 Subject: [PATCH] Update tg.go --- im/tg/tg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/im/tg/tg.go b/im/tg/tg.go index 07ec56a..2959525 100644 --- a/im/tg/tg.go +++ b/im/tg/tg.go @@ -64,7 +64,7 @@ func init() { Token: token, Poller: &tb.LongPoller{Timeout: 10 * time.Second}, // ParseMode: tb.ModeMarkdownV2, - Url: tg.Get("url"), + URL: tg.Get("url"), } if url := tg.Get("http_proxy"); url != "" {