Open XDelta opened 7 months ago
They get saved in the Datastore because it's a custom component.
await Vencord.Api.DataStore.get("KeywordNotify_keywordEntries");
There is a bug where changing ids doesn't update the datastore unless you delete/add another keyword entry. Which will be fixed with #4
What I mentioned above is fixed.
Your keywords still won't appear in settings.json
though as they are saved in the DataStore
I looked in my
settings.json
and didn't see any of the keywords being saved there but it does appear to be the correct settings as changingignoreBots
does update that sectionIt looks like (at a brief glance) it is supposed to save them as part of the settings.json https://github.com/camila314/vencord-KeywordNotify/blob/main/index.tsx#L247-L251