matchCommandName()
function matchCommandName(pattern): Middleware<SlackCommandMiddlewareArgs>;
Defined in: src/middleware/builtin.ts:262
Middleware that filters out any command that doesn't match the pattern
Parameters
pattern
string | RegExp
function matchCommandName(pattern): Middleware<SlackCommandMiddlewareArgs>;
Defined in: src/middleware/builtin.ts:262
Middleware that filters out any command that doesn't match the pattern
string | RegExp