Skip to content

grahamd711/mp-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported /slash commands

The /ask-design custom slash command will need to be configured in the Slack admin dashboard while creating the app. This command exposes the following functionality:

  • /ask-design or /ask-design help - Lists all available commands
  • /ask-design colors - Displays the mP brand colors
  • /ask-design decks - Links to the latest mP master decks
  • /ask-design fonts - Links to .zip folder for Roboto Font
  • /ask-design guidelines - Links to the mP brand guidelines
  • /ask-design logos - Lists a variety of mP logos
  • /ask-design suggest - Links to a Google Form to input user suggestions

Install

$ npm install

Copy .env-example to .env

$ cp .env-example .env

Configure

NODE_ENV=development
PORT=3000

Running locally

$ npm start

mPBot running on PORT 3000

Visit localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published