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

Readme command ordering #44

Closed TurqW closed 5 years ago

TurqW commented 5 years ago

Since it's pulling from a .keys(), it doesn't really keep order. Need to change the structure to an OrderedDict or something.

TurqW commented 5 years ago

Turns out the reason I didn't see this on dev is that I have a different version of python; updating to 3.6+ would fix it. However, doing that upgrade on Raspbian may be non-trivial.