powercord-org / powercord

A lightweight @discord client mod focused on simplicity and performance.
MIT License
1.2k stars 147 forks source link

fix command autocomplete #638

Closed 12944qwerty closed 2 years ago

12944qwerty commented 2 years ago

it fixes the bug where whenever you tab or enter on a command autocomplete, it crashes. Discord probably just rewrote how commands worked and everything was placed into an object and we just had to unpack it (and there were different names)