Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
move suncord plugins into own folder (src/suncordplugins)
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed Feb 27, 2024
1 parent 328a5eb commit 705d213
Show file tree
Hide file tree
Showing 84 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Suncord is a fork of [Vencord](https://github.com/Vendicated/Vencord).

## Included plugins alongside Vencord

- messagePurge (by [bhop](https://github.com/vawnair))
- purgeMessages (by [bhop](https://github.com/vawnair))
- platformSpoofer (by [drag](https://github.com/dragdotpng))
- doubleCounterVerifyBypass (by [verticalsync](https://github.com/verticalsync/double-counter-verify-bypass))
- messageLoggerEnhanced (by [Syncxv](https://github.com/Syncxv/vc-message-logger-enhanced))
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const globNativesPlugin = {
});

build.onLoad({ filter, namespace: "import-natives" }, async () => {
const pluginDirs = ["plugins", "userplugins"];
const pluginDirs = ["plugins", "userplugins", "suncordplugins"];
let code = "";
let natives = "\n";
let i = 0;
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/common.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const globPlugins = kind => ({
});

build.onLoad({ filter, namespace: "import-plugins" }, async () => {
const pluginDirs = ["plugins/_api", "plugins/_core", "plugins", "userplugins"];
const pluginDirs = ["plugins/_api", "plugins/_core", "plugins", "userplugins", "suncordplugins"];
let code = "";
let plugins = "\n";
let i = 0;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 705d213

Please sign in to comment.