noodlebox / betterdiscord-plugins

Assorted small plugins for BetterDiscord
MIT License
87 stars 125 forks source link

Fixed autocompletion #42

Closed Dola-Shuvi closed 6 years ago

Dola-Shuvi commented 6 years ago

Since one of the recent updates broke the autocompletion function due to changing class names, I took the liberty to attempt to fix it. Since this is just a quick fix I threw together some classes may be wrong and need further correction. The functionality of the autocompletion function was however restored.

noodlebox commented 6 years ago

Thanks for the PR. Sorry for the delay, I haven't been able to test stuff much lately, but this looks good to me.

One thing though, I usually like to bump the version numbers separately myself in another commit. This makes it cleaner if I want to include multiple fixes in a single release, or if I need to revert a single commit.