dorfbot-rpgdice
v1.0.29
Published
Rolls dice!
Downloads
52
Maintainers
Readme
Dorfbot RPGDice
Rolls dice!
Compatible with Dorfbot and Hubot, see src/rpgdice.coffee
for full documentation.
Installation
In hubot project repo, run:
npm install dorfbot-rpgdice --save
Then add dorfbot-rpgdice to your external-scripts.json
:
[
"dorfbot-rpgdice"
]
Usage sample
User1> hubot roll 5d20
Hubot> 14,11,13,10,13
User1> hubot roll 1d6
Hubot> 5
User1> hubot roll 2d6
Hubot> 2,3