Commit 95e60132 authored by nanahira's avatar nanahira

fix

parent ad3b860c
......@@ -3,6 +3,12 @@ import type { Context } from 'koishi';
import { Config, MyPlugin } from './plugin';
export { Config } from './plugin';
declare module 'koishi' {
interface Modules {
ygotournament: typeof import('.');
}
}
export const name = 'act';
const plugin = new MyPlugin();
export const schema = plugin.schema;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment