idkclub / dicebot

🎲 /roll support for Slack
https://dicebot.idk.club
The Unlicense
54 stars 20 forks source link

Give values other than numbers #25

Closed dmwelch closed 7 years ago

dmwelch commented 7 years ago

E.g. bingo:

/roll 1dBINGO 1d99

returns

Dice | Rolls 1dBINGO | G Dice | Rolls 1d99 | 35

arkie commented 7 years ago

I think this move overlap a bit too much with non-digit parsing (i.e. df or d%) to be able to be added cleanly, as well as be a unique enough syntax to be more likely an error (e.g. from the attempts in https://github.com/arkie/hackyslack2/issues/22) than intentionally used with expectation of working this way.