nestjs-slack-bolt
Version:
A NestJS module for seamless integration with Slack using the Bolt SDK
10 lines (9 loc) • 358 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Command = void 0;
const base_decorator_1 = require("./base.decorator");
const constants_1 = require("./constants");
/**
* Decorator may listen and react to slack Command events.
*/
exports.Command = (0, base_decorator_1.MetadataBase)(constants_1.SLACK_COMMAND_METADATA);