4 lines
No EOL
203 B
Rust
4 lines
No EOL
203 B
Rust
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 = 100; |