diff --git a/main.go b/main.go index 814c498..50f7a03 100644 --- a/main.go +++ b/main.go @@ -10,9 +10,9 @@ import ( func main() { var ( port = os.Getenv("PORT") // Bot app listening port, same as port in API_URL - publicURL = os.Getenv("PUBLIC_URL") // http://: + publicURL = os.Getenv("PUBLIC_URL") // http://:/ token = os.Getenv("TOKEN") // Token from @BotFather - apiURL = os.Getenv("API_URL") // http://:/ + apiURL = os.Getenv("API_URL") // http://: ) webhook := &tb.Webhook{