mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 06:12:26 +00:00
8 lines
137 B
TypeScript
8 lines
137 B
TypeScript
import { Plugin } from "./index"
|
|
|
|
export const ExamplePlugin: Plugin = async ({ app, client }) => {
|
|
return {
|
|
permission: {},
|
|
}
|
|
}
|