Splyth / slack_bot

Slack Bot Created for the Animutiny Slack Group (Name is Lisa)
MIT License
9 stars 5 forks source link

Roll Command #23

Closed noah-guillory closed 4 years ago

noah-guillory commented 5 years ago

Rolls one or more dice. Defaults to 1d6, max is 300d20.

jedibob5 commented 4 years ago

I feel like we should at least go up to d100, that's a relatively common roll in many TTRPGs. The die size shouldn't really matter performance-wise, we could possibly even go to d1000, though that might be excessive for any sane purposes. @Splyth Thoughts?

Splyth commented 4 years ago

Python 2 has a max int size of 9223372036854775807

Unsure about Python 3. So there's no real danger. That description was copied over from the old devoops commands. We can roll 1000d1000 if wanted.

I think the hope was Phaye would actually make some emojis so this looks a little fancier. But that can be a different Issue.