UNPKG

@slack/client

Version:

A library for creating a Slack client

26 lines (19 loc) 385 B
// Generated by CoffeeScript 1.10.0 (function() { var Bot; Bot = (function() { function Bot(_client, data) { var k; this._client = _client; if (data == null) { data = {}; } for (k in data || {}) { this[k] = data[k]; } } return Bot; })(); module.exports = Bot; }).call(this); //# sourceMappingURL=bot.js.map