slack-roll-command/README.md

22 lines
481 B
Markdown
Raw Permalink Normal View History

2014-08-09 04:01:16 +00:00
slack-roll-command
==================
This command allows people to roll dice for slack.
2014-09-12 20:33:46 +00:00
Usage: `/roll 2d6`
installing
----------
2014-09-12 20:34:12 +00:00
The simplest way to start running this command is to use [slack-command-server](https://github.com/terribly-lazy/slack-command-server).
2014-09-12 20:33:46 +00:00
Simply clone that repo and configure it as follows:
```json
{
"plugins": {
"slack-roll-command": {}
},
"port": 80
}
```
then point your slash command for slack at wherever that server lives.