mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-12 07:50:25 +00:00
fix: migrateOneBotConfigsV1
This commit is contained in:
@@ -64,7 +64,8 @@ export class NapCatOneBot11Adapter {
|
||||
this.core = core;
|
||||
this.context = context;
|
||||
this.configLoader = new OB11ConfigLoader(core, pathWrapper.configPath);
|
||||
this.configLoader.save(mergeOneBotConfigs(migrateOneBotConfigsV1(this.configLoader.configData)));
|
||||
this.configLoader.save(migrateOneBotConfigsV1(this.configLoader.configData));
|
||||
this.configLoader.save(mergeOneBotConfigs(this.configLoader.configData));
|
||||
this.apis = {
|
||||
GroupApi: new OneBotGroupApi(this, core),
|
||||
UserApi: new OneBotUserApi(this, core),
|
||||
|
||||
Reference in New Issue
Block a user