Closed zerebos closed 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.
forEach
Will do, the plugin is something wack that I hacked together with my limited knowledge of Betterdiscord haha
Fixed with https://github.com/MahdeenSky/BDPlugins/commit/28c9bf81d48c48fdf973d9cf552802bf264cd544
Wow that was fast! If you ever want to learn more about BD feel free to reach out.
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.