deleted arena allocator for the tree
This commit is contained in:
parent
b437cefe5c
commit
25d72e9633
5 changed files with 115 additions and 158 deletions
|
|
@ -201,7 +201,7 @@ pub async fn roll(ctx: &Context, command: &CommandInteraction) -> anyhow::Result
|
|||
}
|
||||
for _ in 0..repeat {
|
||||
text_components.push(CreateContainerComponent::TextDisplay(
|
||||
CreateTextDisplay::new(format!("{}\n", expression.evaluate(&mut rng)?)),
|
||||
CreateTextDisplay::new(format!("{}\n", expression.collect_evaluation(&mut rng)?)),
|
||||
));
|
||||
}
|
||||
if fixed_seed.is_some() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue