From c46a573596f02fff12e815f5a0e5cf63a41adb2f Mon Sep 17 00:00:00 2001 From: HumanoidSandvichDispenser Date: Sat, 28 Oct 2023 17:10:30 -0700 Subject: [PATCH] updated doc comment --- src/client.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client.ts b/src/client.ts index 925527c..3e69c3d 100644 --- a/src/client.ts +++ b/src/client.ts @@ -41,6 +41,7 @@ export class Client { /** * Calls an API method. + * @param creator The type that should be constructed from the response. * @param methodName The name of the API method to call. * @param args The arguments to pass to the API method. * @internal