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`.