Normalize commands.
SMS tends to capitalize the first argument.
This commit is contained in:
@@ -2,8 +2,10 @@ package twilio
|
||||
|
||||
import (
|
||||
"kas/conn/http"
|
||||
"log"
|
||||
)
|
||||
|
||||
func Start() {
|
||||
http.AddRoute("/twilio", handler)
|
||||
log.Println("twilio webook active")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user