You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, handleError(ctx, err) uses the context to reply directly. We can instead write a transformer to transform expected errors into bot responses, and send the responses from outside.
Currently,
handleError(ctx, err)uses the context to reply directly. We can instead write a transformer to transform expected errors into bot responses, and send the responses from outside.