Compare commits

..

1 Commits

Author SHA1 Message Date
Terekhin Alexandr 313b21f316 App from telebot 4 years ago
  1. 6
      main.go

@ -10,9 +10,9 @@ import (
func main() {
var (
port = os.Getenv("PORT")
publicURL = os.Getenv("PUBLIC_URL") // you must add it to your config vars
token = os.Getenv("TOKEN") // you must add it to your config vars
apiURL = os.Getenv("API_URL")
publicURL = os.Getenv("PUBLIC_URL")
token = os.Getenv("TOKEN")
apiURL = os.Getenv("API_URL")
)
webhook := &tb.Webhook{

Loading…
Cancel
Save