@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.
- package/dist/acidify-acidify-core.d.ts +1 -1
- package/dist/acidify-acidify-core.js +8613 -8556
- package/package.json +1 -1
|
@@ -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
|
-
|
|
1524
|
+
login(): Promise<void>;
|
|
1525
1525
|
fetchUserInfoByUin(uin: bigint): Promise<BotUserInfo>;
|
|
1526
1526
|
fetchUserInfoByUid(uid: string): Promise<BotUserInfo>;
|
|
1527
1527
|
fetchFriends(): Promise<Array<BotFriendData>>;
|