wip: plugins

This commit is contained in:
Dax Raad
2025-08-02 16:47:11 -04:00
parent c9bffc0f46
commit 09c4b71632
34 changed files with 2765 additions and 2484 deletions
+7
View File
@@ -0,0 +1,7 @@
import { Plugin } from "./index"
export const ExamplePlugin: Plugin = async ({ app, client }) => {
return {
permission: {},
}
}