diff --git a/typings/index.d.ts b/typings/index.d.ts index 10652c4c4..5f12970f8 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2186,6 +2186,11 @@ declare module "noblox.js" { */ function getAction(row: string): AuditItem; + /** + * 🔐 Get the current authenticated user. + */ + function getAuthenticatedUser(jar?: CookieJar): Promise + /** * 🔐 Gets the current user logged into `jar` and returns an `option` if specified or all options if not. */