From 668f1bb19f749a380a6161096ee9d34b41ec2635 Mon Sep 17 00:00:00 2001 From: Starman <30315137+Starman3787@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:00:41 +0100 Subject: [PATCH] Update ButtonClick.js --- src/structures/ButtonClick.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/structures/ButtonClick.js b/src/structures/ButtonClick.js index f552d20d..d3f04db2 100644 --- a/src/structures/ButtonClick.js +++ b/src/structures/ButtonClick.js @@ -33,6 +33,11 @@ class ButtonClick extends Interaction { if (typeof channelId !== "string") throw new TypeError("GLUON: Channel ID must be a string"); + /** + * The client instance. + * @type {Client} + * @private + */ this.#_client = client; /**