utkuerol / openlegend-discord-dicebot

An OpenLegend RPG dice bot for Discord servers
GNU General Public License v3.0
2 stars 1 forks source link

Update main.py #3

Closed TheOGMiyagi closed 3 years ago

TheOGMiyagi commented 3 years ago

Output Message Formatting Update

Formatted output message with Discord Markdown; Dropped rolls are indented underneath the base and attribute roll totals.

image

Planned Changes (Output Message, main.py, Line 62):

TheOGMiyagi commented 3 years ago

I also intend to make it so that no args being specified for the /roll command defaults to an exploding d20, rather than throwing the "Wrong Arguments" error message.

utkuerol commented 3 years ago

I wouldn't hide "dropped" information even if it's empty. I think having a total visibility to user is very critical with dice commands. But hiding vicious strike information if vicious strike flag is not set makes total sense

utkuerol commented 3 years ago

I also intend to make it so that no args being specified for the /roll command defaults to an exploding d20, rather than throwing the "Wrong Arguments" error message.

Makes sense, just to be clear I mean interpreting /roll command as /roll 0 0 and not as /!roll 1d20! or some other xdice pattern. I would use xdice only for non d20s