smartslack
Version:
SmartSlack is a node.js module for Slack's Real Time Messaging API
11 lines (9 loc) • 444 B
JavaScript
module.exports = {
callback_type: 'callback must be a function',
invalid_entity_type: 'invalid slack entity type',
invalid_channel_id: 'invalid channel id',
invalid_token: 'invalid access token, please provide a valid token.',
item_not_found: 'the channel, group, or user could not be found',
missing_required_arg: 'must supply valid argument(s)',
missing_options_arg: 'missing required argument object options'
};