example.ts 137 B

1234567
  1. import { Plugin } from "./index"
  2. export const ExamplePlugin: Plugin = async ({ app, client }) => {
  3. return {
  4. permission: {},
  5. }
  6. }