added different format for high repeat counts
This commit is contained in:
parent
3db5d719d2
commit
0843c77473
2 changed files with 53 additions and 44 deletions
|
|
@ -1,4 +1,4 @@
|
|||
pub const MAX_DICE_COUNT_PER_ROLL: usize = 20_000;
|
||||
pub const RESULT_CULL_CHARACTER_THRESHOLD: usize = 3000;
|
||||
pub const MAX_DISPLAYED_DICE_PER_MESSAGE: usize = 100;
|
||||
pub const MAX_ROLL_REPEATS: usize = 35;
|
||||
pub const MAX_ROLL_REPEATS: usize = 100;
|
||||
Loading…
Add table
Add a link
Reference in a new issue