Ir para arquivo
Kegan Myers e7ccd91454 Update README.md 2014-09-12 15:34:12 -05:00
.gitignore Framework changes 2014-08-09 16:44:26 -05:00
README.md Update README.md 2014-09-12 15:34:12 -05:00
index.js Framework changes 2014-08-09 16:44:26 -05:00
package.json Framework changes 2014-08-09 16:44:26 -05:00
roll.pegjs Update roll.pegjs 2014-08-10 16:47:54 -05:00

README.md

slack-roll-command

This command allows people to roll dice for slack.

Usage: /roll 2d6

installing

The simplest way to start running this command is to use slack-command-server.

Simply clone that repo and configure it as follows:

{
    "plugins": {
        "slack-roll-command": {}
    },
    "port": 80
}

then point your slash command for slack at wherever that server lives.