Skip to content

Commit

Permalink
refactor: change text
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Oct 26, 2024
1 parent c494a30 commit 5097f0a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ No more juggling complex character sheets! This bot allows you to set up a stati

### Dice Rolling

For the rolls, this bot utilizes the [@diceRoller](https://dice-roller.github.io/documentation/) API. It also supports the notation `4#(dice)` for bulk rolls, allowing you to save time during your gaming sessions.
This bot utilizes [@diceRoller](https://dice-roller.github.io/documentation/) API. It also supports the notation `4#(dice)` for bulk rolls, allowing you to save time during your gaming sessions.

#### Shared Single Rolls (result reuse)

Expand All @@ -44,7 +44,7 @@ The comments between each formula will be merged into a single comment.

::::tip
It is possible to use dice in the formules, but only the first die will be saved and reused.
:::example[1d20;&+1d4;&*2]
:::example[ `1d20;&+1d4;&*2`]
```
1d20 ⟶ [11] = 11
◈ [1d20]+1d4 ⟶ 11+[2] = 13
Expand Down

0 comments on commit 5097f0a

Please sign in to comment.