Skip to content

Commit

Permalink
Add note about webhook authors
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Jul 14, 2023
1 parent 0446c7f commit 4e1fc2c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public MessageReactionAddEvent(@Nonnull JDA api, long responseNumber, @Nullable

/**
* The user id of the original message author.
* <br>This might be 0 for webhook messages.
*
* @return The user id of the original message author.
*/
Expand All @@ -63,6 +64,7 @@ public String getMessageAuthorId()

/**
* The user id of the original message author.
* <br>This might be 0 for webhook messages.
*
* @return The user id of the original message author.
*/
Expand Down

0 comments on commit 4e1fc2c

Please sign in to comment.