mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
refactor: make selfInfo a 'runtime info'
This commit is contained in:
@@ -149,10 +149,9 @@ export class NapCatShell {
|
||||
session,
|
||||
logger,
|
||||
loginService,
|
||||
selfInfo,
|
||||
basicInfoWrapper
|
||||
};
|
||||
this.core = new NapCatCore(this.context);
|
||||
this.core = new NapCatCore(this.context, selfInfo);
|
||||
|
||||
new NapCatOneBot11Adapter(this.core, this.context);
|
||||
}
|
||||
|
Reference in New Issue
Block a user