diff --git a/bot/utils.go b/bot/utils.go index 48e6f8c..54c4035 100644 --- a/bot/utils.go +++ b/bot/utils.go @@ -28,7 +28,7 @@ func listenForWebhook() { http.HandleFunc("/", webHandle) http.HandleFunc("/webhook", webhookHandler) - err := http.ListenAndServe(":3333", nil) + err := http.ListenAndServe(":433", nil) if err != nil { panic(err) }