From 0232c592ed37d3350179e33d9aa9568af5333fa6 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 20 Aug 2022 03:14:11 +0200 Subject: Drop ajv patch, update setup script --- src/plugins/example-plugin/index.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/plugins/example-plugin/index.ts (limited to 'src/plugins/example-plugin/index.ts') diff --git a/src/plugins/example-plugin/index.ts b/src/plugins/example-plugin/index.ts deleted file mode 100644 index d5db6563..00000000 --- a/src/plugins/example-plugin/index.ts +++ /dev/null @@ -1,7 +0,0 @@ -/*import { Plugin } from "@fosscord/util" - -export default class TestPlugin extends Plugin { - onPluginLoaded(): void { - console.log("Hello from test plugin! IT WORKS!!!!!!!"); - } -}*/ \ No newline at end of file -- cgit 1.5.1