summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/src/example.ts
blob: ac8c0e344a46ed4c45f9ae269f0d0354260272b1 (plain)
1
2
3
4
5
6
7
import { Plugin } from "./index"

export const ExamplePlugin: Plugin = async ({ app, client }) => {
  return {
    permission: {},
  }
}