diff options
author | Vendicated <vendicated@riseup.net> | 2022-08-29 22:05:22 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-08-29 22:05:22 +0200 |
commit | 483bc13a31ab2ba878ff8d9002b0a8671a640ec8 (patch) | |
tree | 9967493cf8d65dc90202bb76d604749c5c4ba5ca /src/plugins/foo.ts | |
parent | c39ff8f6481463a1700014ebd204f2b6189759a1 (diff) | |
download | Vencord-483bc13a31ab2ba878ff8d9002b0a8671a640ec8.tar.gz Vencord-483bc13a31ab2ba878ff8d9002b0a8671a640ec8.tar.bz2 Vencord-483bc13a31ab2ba878ff8d9002b0a8671a640ec8.zip |
Finish rewrite
Diffstat (limited to 'src/plugins/foo.ts')
-rw-r--r-- | src/plugins/foo.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/plugins/foo.ts b/src/plugins/foo.ts deleted file mode 100644 index f365b31..0000000 --- a/src/plugins/foo.ts +++ /dev/null @@ -1,10 +0,0 @@ -import definePlugin from "../utils/types"; - -export default definePlugin({ - name: "foo", - description: "Just to test", - author: ["Vendicated"], - start() { - console.log("foo"); - } -});
\ No newline at end of file |