MahdeenSky / BDPlugins

BetterDiscord Plugins
MIT License
1 stars 1 forks source link

[Suggestion] Replace forEach with for loop #1

Closed zerebos closed 9 months ago

zerebos commented 9 months ago

I would suggest and recommend replacing the forEach loop found here with a classic for loop using an index. The performance gain would be small but you'd be surprised how many people are running BetterDiscord on absolute potatoes.

MahdeenSky commented 9 months ago

Will do, the plugin is something wack that I hacked together with my limited knowledge of Betterdiscord haha

MahdeenSky commented 9 months ago

Fixed with https://github.com/MahdeenSky/BDPlugins/commit/28c9bf81d48c48fdf973d9cf552802bf264cd544

zerebos commented 9 months ago

Wow that was fast! If you ever want to learn more about BD feel free to reach out.