From 6d17f44f9b16fb78abf8a5689b63c88550b9b1a8 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 13 Aug 2022 12:22:26 +0200 Subject: Plugins finally load! --- src/plugins/example-plugin/ExamplePlugin.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/plugins/example-plugin/ExamplePlugin.ts (limited to 'src/plugins/example-plugin/ExamplePlugin.ts') diff --git a/src/plugins/example-plugin/ExamplePlugin.ts b/src/plugins/example-plugin/ExamplePlugin.ts deleted file mode 100644 index e6f70657..00000000 --- a/src/plugins/example-plugin/ExamplePlugin.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