# dicedicedice A bot for metaphorically rolling dice/generating random values. Made for use with Weaverdice systems. ### Features - Cool ez syntax blatantly copied from [rollem.rocks](https://rollem.rocks): > 2d6 - 1 > ` 7 ` ⟵ [3, 5] 2d6 - 1 - "take the lowest" rolls: > 2l6 + 3 > ` 4 ` ⟵ [4, 1] 2l6 + 3 - "take the highest" rolls: > 2h6 + 1 > ` 6 ` ⟵ [4, 5] 2h6 + 1 - Multiplication/division/subtraction, whatever you want > d6 * 1 > d6 x 2 > d6 / 3 > d6 - 4 - Command editing and recalculation!