summary refs log tree commit diff
path: root/plugins/example-plugin/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/example-plugin/index.ts')
-rw-r--r--plugins/example-plugin/index.ts7
1 files changed, 0 insertions, 7 deletions
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