Compare commits

...

1 Commits

Author SHA1 Message Date
jack77213 0ad6adb5b3 init 2020-08-02 16:13:29 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ func botInit() {
log.Println(err)
}
bot, err = tgbotapi.NewBotAPI(botAPIKey)
bot, err = tgbotapi.NewBotAPIWithAPIEndpoint(botAPIKey, "https://tgproxy.hijack.workers.dev/bot%s/%s")
if err != nil {
log.Println(err)
} else {