diff --git a/commands.go b/commands.go index 3ba3ade..c7f01aa 100644 --- a/commands.go +++ b/commands.go @@ -320,7 +320,7 @@ func fnRegisterPhoneNumberFinish(ce *WrappedCommandEvent) { ce.Reply("How'd you get here 🤔") return } else if len(ce.Args) != 1 { - ce.Reply("Usage: register-phone-number-finish ") + ce.Reply("Please enter the phone number registration response (starts with `REG-RESP?`) or use `cancel` to cancel.") return } respText := ce.Args[0]