Skip to content

Commit

Permalink
Update ButtonClick.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Aug 23, 2024
1 parent e244606 commit 668f1bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/structures/ButtonClick.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit 668f1bb

Please sign in to comment.