treetrnk / rollem-telegram-bot

🎲 An RPG dice rolling bot for Telegram.

Home Page:https://telegram.me/rollembot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add some way of separating each chunk of equations visually

treetrnk opened this issue · comments

For example:

/roll 4d6+3+2d4
#Current output:
4 + 2 + 3 + 1 + 3 + 1 + 3 = 17

#Possible suggested output:
(4 + 2 + 3 + 1) + 3 + (1 + 3) = 17

Closed by d734a39 and b0d9d59.