serenity-rs / poise

Discord bot command framework for serenity, with advanced features like edit tracking and flexible argument parsing
MIT License
597 stars 106 forks source link

Use IndexMap instead of OrderedMap #276

Closed GnomedDev closed 1 month ago

GnomedDev commented 1 month ago

The comment in util.rs was incorrect, as IndexMap is already in the dep tree (as seen by Cargo.lock) so there is no extra cost to depending on it.