Discord-Net-Labs / Discord.Net-Labs

An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
https://labs.discordnet.dev
MIT License
156 stars 42 forks source link

Fix Autocomplete Command Traversal #342

Closed Cenngo closed 2 years ago

Cenngo commented 2 years ago

This PR fixes the autocomplete command traversal problem and replaces string arrays used in the command maps with IList to remove the unnecessary ToArray() method calls and give devs access to a variable sized container.

Cenngo commented 2 years ago

@quinchs sorry ive been busy this week and i couldnt thoroughly test this, i dont want to break anything in the live build. I just wanted to get this out there to inform people about whats in the pipeline rn.

Cenngo commented 2 years ago

appears to be running as intended.