diff --git a/plugins/template/manifest.json b/plugins/themerepo/manifest.json similarity index 100% rename from plugins/template/manifest.json rename to plugins/themerepo/manifest.json diff --git a/plugins/template/src/Settings.tsx b/plugins/themerepo/src/Settings.tsx similarity index 100% rename from plugins/template/src/Settings.tsx rename to plugins/themerepo/src/Settings.tsx diff --git a/plugins/template/src/index.ts b/plugins/themerepo/src/index.ts similarity index 59% rename from plugins/template/src/index.ts rename to plugins/themerepo/src/index.ts index 3ce3b9a..03bd39a 100644 --- a/plugins/template/src/index.ts +++ b/plugins/themerepo/src/index.ts @@ -1,10 +1,5 @@ import { logger } from "@vendetta"; -import { storage } from "@vendetta/plugin"; import Settings from "./Settings"; -import patcher from "./stuff/patcher"; - -export const pluginsURL = - "https://vd-plugins.github.io/proxy/plugins-full.json"; export default { onLoad: () => { diff --git a/plugins/template/src/types.ts b/plugins/themerepo/src/types.ts similarity index 100% rename from plugins/template/src/types.ts rename to plugins/themerepo/src/types.ts