JohnnyJayJay / instant-poll

A Discord bot that lets you create polls in your server
MIT License
42 stars 9 forks source link

Poll options are sometimes reordered #30

Closed JohnnyJayJay closed 2 years ago

JohnnyJayJay commented 2 years ago

When there are many options, they are sometimes not displayed in the correct order. This is because slash currently uses a hash map (not linked) for the options. In this case it can be fixed using sort, but this is really something that should be changed in slash.