summary refs log tree commit diff
path: root/src/plugins/example-plugin/index.ts
blob: d5db6563fd50041a6672d551aef47a63ec119f56 (plain) (blame)
1
2
3
4
5
6
7
/*import { Plugin } from "@fosscord/util"

export default class TestPlugin extends Plugin {
    onPluginLoaded(): void {
        console.log("Hello from test plugin! IT WORKS!!!!!!!");
    }
}*/