UNPKG

hubot-conversation

Version:

A utility for having conversation sessions with Hubot

9 lines (8 loc) 169 B
/** * Created by lmarkus on 10/1/15. */ 'use strict'; module.exports = { DEFAULT_TIMEOUT_MESSAGE: 'Timed out!, please start again.', DEFAULT_TIMEOUT: 30000 };