From fcef1f4d273f8f792ec70ac75c1ea77fc9b03cd1 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 15 Aug 2022 06:22:22 +0200 Subject: Fix missing stuff --- plugins/example-plugin/index.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 plugins/example-plugin/index.ts (limited to 'plugins/example-plugin/index.ts') diff --git a/plugins/example-plugin/index.ts b/plugins/example-plugin/index.ts deleted file mode 100644 index ec1ed7b5..00000000 --- a/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