From a9cf502e0c273224458a5c908e7115d41a89a8d4 Mon Sep 17 00:00:00 2001 From: Prioq <79582323+Prioq@users.noreply.github.com> Date: Sun, 28 Jul 2024 11:30:44 +0300 Subject: [PATCH] fix: add apiUrl to getFriends types --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index d7ae39f1..ebce42a0 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1808,7 +1808,7 @@ declare module "noblox.js" { /** * ✅ Gets the friends list of the specified user. */ - function getFriends(userId: number, jar?: CookieJar): Promise; + function getFriends(userId: number, apiUrl?: string, jar?: CookieJar): Promise; /** * 🔐 Removes friendship with `userId`.