clone repository, then run :
- cd mrDice/
- npm install
Finally, change your token by creating a Discord bot account here : https://discordapp.com/developers/docs/intro and saving your token in a "config.json" file like so :
''' { "token" : "your-token-here" } '''
Simple Discord bot to play paper-RPGs on Discord
- Roll a dice of a "x" value and get a random number.
- Randomise loots players will find.
- Randomise amount of HP healed by a spell or a potion
Use the /howto for more details on how to do all that
mrDice uses NodeJS and Discord.js, you can also use nodemon or foreverJS
see package.json for more details.