Skip to content

Commit

Permalink
Added missing client for member
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCat80 committed Jun 9, 2021
1 parent 516e951 commit bb119a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/structures/Interaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Interaction extends Base {
}

if(data.member !== undefined) {
this.member = new Member(data.member);
this.member = new Member(data.member, this._client);
}

if(data.message !== undefined) {
Expand Down

0 comments on commit bb119a8

Please sign in to comment.