Commit 0052ad1c authored by nanahira's avatar nanahira

migrate to rc1

parent 78d5525b
This diff is collapsed.
...@@ -3,12 +3,6 @@ import type { Context } from 'koishi'; ...@@ -3,12 +3,6 @@ import type { Context } from 'koishi';
import { PluginConfig, MyPlugin } from './plugin'; import { PluginConfig, MyPlugin } from './plugin';
export * from './plugin'; export * from './plugin';
declare module 'koishi' {
interface Modules {
act: typeof import('.');
}
}
export const name = 'act'; export const name = 'act';
const plugin = new MyPlugin(); const plugin = new MyPlugin();
export const Config = plugin.schema; export const Config = 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