summary refs log tree commit diff
path: root/src/plugins/example-plugin/index.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-15 06:22:22 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-15 06:22:22 +0200
commitfcef1f4d273f8f792ec70ac75c1ea77fc9b03cd1 (patch)
tree1504f28e3b5d0cf3b7ea59eaa7e1b3811a44e33c /src/plugins/example-plugin/index.ts
parentUpdate db migration script (diff)
downloadserver-fcef1f4d273f8f792ec70ac75c1ea77fc9b03cd1.tar.xz
Fix missing stuff
Diffstat (limited to 'src/plugins/example-plugin/index.ts')
-rw-r--r--src/plugins/example-plugin/index.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/plugins/example-plugin/index.ts b/src/plugins/example-plugin/index.ts
new file mode 100644

index 00000000..d5db6563 --- /dev/null +++ b/src/plugins/example-plugin/index.ts
@@ -0,0 +1,7 @@ +/*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