|
6 years ago | |
---|---|---|
.gitignore | 6 years ago | |
README.md | 6 years ago | |
index.js | 6 years ago | |
package.json | 6 years ago | |
roll.pegjs | 6 years ago |
This command allows people to roll dice for slack.
Usage: /roll 2d6
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.