Skip to content

Commit

Permalink
Fix last heading in message
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed May 6, 2022
1 parent 2f3eab7 commit b7cfc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/dv8tion/jda/api/entities/Message.java
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ default Message getReferencedMessage()
* <p>This includes {@link Member Members}, {@link GuildChannel GuildChannels}, {@link Role Roles}, and {@link Emote Emotes}.
* Can also be used to check if a message mentions {@code @everyone} or {@code @here}.
*
* <h3>Example</h3>
* <p><b>Example</b><br>
* {@code
* System.out.println("Message mentioned these users: " + message.getMentions().getUsers());
* System.out.println("Message used these emotes: " + message.getMentions().getEmotes());
Expand Down

0 comments on commit b7cfc42

Please sign in to comment.