Constructor new Responder(options) Create a bot responder. Source: responder.js, line 10 Parameters: Name Type Description options Object The responder options. Name Type Attributes Description alias String | Alias <optional> The alias to respond with. This must be either an Alias or the name of one registered the bot. Members (static) defaults The default options used when constructing a responder. Source: responder.js, line 93 (static) Image Source: index.js, line 48 See: ImageResponder (static) Message Source: index.js, line 55 See: MessageResponder (static) RandomImage Source: index.js, line 62 See: RandomImageResponder (static) RandomMessage Source: index.js, line 69 See: RandomMessageResponder Methods respond(message) → {Response} Create a Response object which is ready to respond to an incoming message. Source: responder.js, line 52 Parameters: Name Type Description message Object The Slack message to create a response for. Returns: Type: Response The prepared response.