Yossi / cwtgbot

1 stars 4 forks source link

Sort items within /g_withdraw commands #46

Closed the-daveman closed 4 years ago

the-daveman commented 4 years ago

Currently: the withdraw contents appear arbitrarily sorted.

/g_withdraw 17 1 31 11 35 14 36 9 23 11 37 1 16 3 13 9 15 1

Change: sort withdraw contents in descending numerical order

/g_withdraw 37 1 36 9 35 14 31 11 23 11 17 1 16 3 15 1 13 9

This makes it much easier to visually diff the withdraw commands

Yossi commented 4 years ago

Should be sorted now for crafting lookups. As I understand it, this is really where sorting is needed, not all places.