ignore: remove demo plugin

pull/1609/head^2 v0.3.132
Dax Raad 2025-08-06 11:36:53 -04:00
parent 28a4517ec6
commit 4217286b72
1 changed files with 0 additions and 10 deletions

View File

@ -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
},
}
}