Dice Roller #14
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: pocketjawa/discord-pocketbot-go#14
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Roll any number of x-sided dice. E.g.
!roll d6
!roll 2d20
!roll 3d10 4d20 10d6
Added
!roll
command that accepts any number of Dxx or xDxx (e.g.!roll d6
!roll 2d20
!roll 3d10 4d20 10d6
).Now waaaaay faster for very large rolls (like
!roll 10000d1000 1000000d67482
) than the python version. What used to take over a minute now takes about a second (only slight longer than a simple roll).