Skip to content

Commit

Permalink
Fix headings
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed May 6, 2022
1 parent 728b45e commit 93c8c5a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/java/net/dv8tion/jda/api/entities/Mentions.java
Expand Up @@ -63,7 +63,7 @@ public interface Mentions
*
* <p>This might also contain users which are not present in {@link #getMembers()}.
*
* <h2>Example</h2>
* <h3>Example</h3>
* <pre>{@code
* void sendCount(Message msg)
* {
Expand Down Expand Up @@ -105,7 +105,7 @@ public interface Mentions
*
* <p><b>This may include GuildChannels from other {@link net.dv8tion.jda.api.entities.Guild Guilds}</b>
*
* <h2>Example</h2>
* <h3>Example</h3>
* <pre>{@code
* void sendCount(Message msg)
* {
Expand Down Expand Up @@ -136,7 +136,7 @@ public interface Mentions
*
* <p><b>This may include GuildChannels from other {@link net.dv8tion.jda.api.entities.Guild Guilds}</b>
*
* <h2>Example</h2>
* <h3>Example</h3>
* <pre>{@code
* List<GuildMessageChannel> getCoolMessageChannels(Message msg)
* {
Expand Down Expand Up @@ -164,7 +164,7 @@ public interface Mentions
*
* <p><b>This may include GuildChannels from other {@link net.dv8tion.jda.api.entities.Guild Guilds}</b>
*
* <h2>Example</h2>
* <h3>Example</h3>
* <pre>{@code
* void sendCount(Message msg)
* {
Expand Down Expand Up @@ -214,7 +214,7 @@ public interface Mentions
*
* <p><b>This may include Roles from other {@link net.dv8tion.jda.api.entities.Guild Guilds}</b>
*
* <h2>Example</h2>
* <h3>Example</h3>
* <pre>{@code
* void sendCount(Message msg)
* {
Expand Down Expand Up @@ -256,7 +256,7 @@ public interface Mentions
* A {@link org.apache.commons.collections4.Bag Bag} of emotes used.
* <br>This can be used to retrieve the amount of times an emote was used.
*
* <h2>Example</h2>
* <h3>Example</h3>
* <pre>{@code
* void sendCount(Message msg)
* {
Expand Down Expand Up @@ -298,7 +298,7 @@ public interface Mentions
* <br>This can be used to retrieve the amount of times a user was mentioned. This only
* counts direct mentions of the member and not mentions through roles or everyone mentions.
*
* <h2>Example</h2>
* <h3>Example</h3>
* <pre>{@code
* void sendCount(Message msg)
* {
Expand Down

0 comments on commit 93c8c5a

Please sign in to comment.