feat(quoter): add auto-send quote feature and update settings

feat(spotifyLyrics): remove plugin and associated files

feat(woof): remove Woof plugin and related files

fix(extensions): update User-Agent string for extension installation

fix(supportHelper): update support links to new repository

chore(betterforwardmeta): add initial plugin files and settings

chore(moreUserTags): add user tags plugin with various roles and settings

feat(forceRoleColor): implement role color customization for users
This commit is contained in:
Rayanzay 2025-05-31 14:44:00 +10:00
parent db7447a93d
commit b5fd49a41b
63 changed files with 880 additions and 5570 deletions

View file

@ -58,7 +58,7 @@ window.VencordNative = {
},
updater: {
getRepo: async () => ({ ok: true, value: "https://github.com/Equicord/Equicord" }),
getRepo: async () => ({ ok: true, value: "https://github.com/Rayanzay/ryncord" }),
getUpdates: async () => ({ ok: true, value: [] }),
update: async () => ({ ok: true, value: false }),
rebuild: async () => ({ ok: true, value: true }),