From ca453884e53170cd983fc02c7c1b283b557bdab1 Mon Sep 17 00:00:00 2001 From: Canine8YT Date: Mon, 31 May 2021 14:01:41 -0500 Subject: [PATCH] Removed _client that i forgot to --- lib/Client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Client.js b/lib/Client.js index c6f2d78f0..d8186b408 100644 --- a/lib/Client.js +++ b/lib/Client.js @@ -586,7 +586,7 @@ class Client extends EventEmitter { * @returns {Promise} */ createInteractionResponse(interactionID, interactionToken, options) { - return this._client.requestHandler.request("POST", Endpoints.INTERACTION_RESPOND(interactionID, interactionToken), true, options); + return this.requestHandler.request("POST", Endpoints.INTERACTION_RESPOND(interactionID, interactionToken), true, options); } /** * Create a message in a channel