fix: login 指令

This commit is contained in:
Clansty 2022-12-23 17:11:29 +08:00
parent 51dd569b8d
commit f7ca3a2ee3
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export default class ConfigController {
await this.configService.migrateAllChats();
return true;
case '/login':
await this.instance.login();
await this.oicq.login();
return true;
}
}