TurqW / LongSphinx

Discord bot made to help with role management and RPG playing. Name inspired by the Terra Ignota series by Ada Palmer.
5 stars 3 forks source link

Dice roll order #31

Closed TurqW closed 5 years ago

TurqW commented 5 years ago

Sometimes dice rolls output in the wrong order. This may be a function of python dictionaries (which are, in theory, unordered), or of discord's embed functionality. More research necessary.

TurqW commented 5 years ago

https://i.imgur.com/Um3MadL.png

TurqW commented 5 years ago

6e73f987279c47d388fe2a9cba0680b01e1e95d8 fixes this. Surprisingly easy.