wip: plugins

This commit is contained in:
Dax Raad
2025-08-02 18:50:19 -04:00
parent 62d67208e3
commit d3ca086b59
38 changed files with 2784 additions and 2500 deletions
+7
View File
@@ -0,0 +1,7 @@
import { Plugin } from "./index"
export const ExamplePlugin: Plugin = async ({ app, client }) => {
return {
permission: {},
}
}