MahdeenSky / BDPlugins

BetterDiscord Plugins
MIT License
1 stars 1 forks source link

[TextReplacer] Fix settings saving and implement loading of the settings on plugin startup #2

Closed FrostBird347 closed 9 months ago

FrostBird347 commented 9 months ago

This pull request fixes a bug that was causing the settings to not be saved properly (instead of the config json containing the settings object under "settings", the string "settings" was being saved under the plugin's name). In addition to that, settings weren't being loaded from the file on startup. This is also fixed in this pull request.

MahdeenSky commented 9 months ago

Ahh i forgot to do this, thank you for telling me, I will merge and push another update, the final one for now.

MahdeenSky commented 9 months ago

Let me know when you are done with your changes and I will merge them finally.

FrostBird347 commented 9 months ago

I am done