XaverStiensmeier / ilarisdiscordbot

A discord bot for the ilaris ttrpg
GNU General Public License v3.0
0 stars 0 forks source link

More concise output for !r #53

Open ArneStrehlow opened 4 months ago

ArneStrehlow commented 4 months ago

So that the game master has a better overview in the chat, the following would be nice:

Input (from Peter): !r 12+III Menschenkenntnis Output:

Peter Menschenkenntnis 30
+12+18(2@[20, 18, 12]) # this line greyed out or smaller if possible

If possible, it might be good to remove the input from the chat. This would keep it clearer. (However, it might be difficult to track errors in the input?) In any case, the extra message: "Rolling ..." gone, I think.

XaverStiensmeier commented 4 months ago

Yea, adding labels for roles makes sense. Currently, the bot replies to the roller, but we could of course include the name as well.

If you also pass the gm's name, you could also make hidden rolls and stuff. But at that point I would take a closer look in general how to best handle multiple optional commands in Discord

lukruh commented 3 months ago

I think this would be a nice case for an embed.. not because we need it, but its a simple use case to play around with.. maybe we want some fancy things like colored borders depending on the result later on.. Should I give it a try? Otherwise I will create an embed for error messages..

lukruh commented 3 months ago

image

thats the current result, looks pretty much like what you are asking for @ArneStrehlow ? I can try to make it more styled using embeds, but don't know what else we need. Hidden rolls with a button and response can only be seen by GM?

lukruh commented 3 months ago

image thats the best I could do.. :)