ignore: remove demo plugin
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import { Plugin } from "../../packages/plugin/src/index"
|
||||
|
||||
export const ExamplePlugin: Plugin = async ({ app, client, $ }) => {
|
||||
return {
|
||||
permission: {},
|
||||
async "chat.params"(input, output) {
|
||||
output.topP = 1
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user