src/consts/responses.js
/**
* Yowsap CLI responses, mapped to actions internally. This object is used a static dictionary.
*/
module.exports = {
CONNECTED: '[connected]:',
OFFLINE: '[offline]:',
OFFLINE_EXTENDED: 'Yowsup Cli client\n==================\nType /help for available commands\n\n[offline]:',
AUTH_OK: 'Auth: Logged in!',
AUTH_ERROR: 'Auth Error, reason not-authorized'
};