mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-02 00:30:25 +00:00
refactor: rename all coreContext -> core
This commit is contained in:
@@ -5,7 +5,7 @@ import { NapCatCore } from '@/core';
|
||||
export type OB11Config = typeof ob11DefaultConfig;
|
||||
|
||||
export class OB11ConfigLoader extends ConfigBase<OB11Config> {
|
||||
constructor(coreContext: NapCatCore, configPath: string) {
|
||||
super('onebot11', coreContext, configPath);
|
||||
constructor(core: NapCatCore, configPath: string) {
|
||||
super('onebot11', core, configPath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user