Commit 28e15df3 authored by nanahira's avatar nanahira

reusable

parent 1f7ff020
......@@ -15,6 +15,7 @@ import {
UsePlugin,
PluginDef,
OnPrivate,
Reusable,
} from 'koishi-thirdeye';
export * from './config';
import AragamiPlugin, { CacheKey } from 'koishi-plugin-cache-aragami';
......@@ -77,6 +78,7 @@ class ControlPanel extends base {
}
}
@Reusable()
@UsingService('aragami')
@Isolate('panel', 'receiver', 'utility')
@OnPlatform('onebot')
......
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