Kalius is a discord bot that helps players and masters organizing rol games. This is a self-hosted bot – meaning you will need to host and maintain your own instance.
- This is a node app, you can run it simply by executing
npm start
. - All the configuration parameters are in the file config.js
!comenzar
will ask your name, age, location and other basic info to start your rol profile.- //TODO
!ayuda
will show the complete list of commands that you can use. - //TODO
!rol {desired dice roll}
will provide a random dice roll.- Example:
!rol 2d10
will perform a random 2 dice, 10 sides each. result ->5, 4
.
- Example:
- //TODO
!perfil
will allow you to customize your profile.- Example:
!perfil rol master
will set your current discord rol to master.
- Example:
- //TODO
!generar {playerName|placeName}
will generate a random playerName or placeName.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request ;-)
Released under the MIT license.