@acidify/core 0.3.0-beta.1 → 0.3.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1521,7 +1521,7 @@ export declare class Bot /* implements CoroutineScope */ {
1521
1521
  qrCodeLogin(queryInterval?: bigint): Promise<void>;
1522
1522
  online(): Promise<void>;
1523
1523
  offline(): Promise<void>;
1524
- tryLogin(): Promise<void>;
1524
+ login(): Promise<void>;
1525
1525
  fetchUserInfoByUin(uin: bigint): Promise<BotUserInfo>;
1526
1526
  fetchUserInfoByUid(uid: string): Promise<BotUserInfo>;
1527
1527
  fetchFriends(): Promise<Array<BotFriendData>>;