Skip to content

Commit

Permalink
preparing
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico040 committed Apr 5, 2024
1 parent 1559381 commit e639bcf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/template/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
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: () => {
Expand Down
9 changes: 9 additions & 0 deletions plugins/template/src/types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export type ThemesFullJson = {
name: string;
description: string;
authors: {
name: string;
id: string;
}[];
main: string;
}[];

0 comments on commit e639bcf

Please sign in to comment.