Skip to content

Commit

Permalink
Adjust implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmokk committed May 21, 2024
1 parent 66f573d commit 22963da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public Interaction getInteraction() {
* @return The {@link discord4j.core.object.entity.User} associated with the event.
*/
public User getUser() {
return this.getInteraction().getUser();
return interaction.getUser();
}

@Deprecated
Expand Down

0 comments on commit 22963da

Please sign in to comment.