manderio / mandotlin

Bot written in Kotlin for discord
GNU General Public License v3.0
0 stars 0 forks source link

[FEATURE] Dice stuff #3

Open buffet opened 3 years ago

buffet commented 3 years ago

Would be nice to have a small DSL to specify certain types of dice rolls, both to roll and to get statistics about the rolls.

For this it would be epic to have:

elkowar commented 3 years ago

One can use JSR223 scripting api (eventually) to have this be epically supported in discord directly by just giving kotlin code directly (see https://github.com/Kotlin/kotlin-script-examples/blob/master/jvm/jsr223/jsr223.md for reference, for example)