Skip to content

Commit

Permalink
Mentions#getMembers typo
Browse files Browse the repository at this point in the history
  • Loading branch information
freya022 committed Apr 26, 2024
1 parent 2b296d4 commit c495b94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/net/dv8tion/jda/api/entities/Mentions.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package net.dv8tion.jda.api.entities;

import net.dv8tion.jda.api.JDA;
import net.dv8tion.jda.api.entities.channel.concrete.GroupChannel;
import net.dv8tion.jda.api.entities.channel.concrete.PrivateChannel;
import net.dv8tion.jda.api.entities.channel.middleman.GuildChannel;
import net.dv8tion.jda.api.entities.emoji.CustomEmoji;
Expand Down Expand Up @@ -290,7 +291,7 @@ public interface Mentions
* <br>If none were mentioned, this list is empty. Elements are sorted in order of appearance. This only
* counts direct mentions of the role and not mentions through everyone mentions.
*
* <p>This is always empty in {@link PrivateChannel PrivateChannels} and {@link PrivateChannel PrivateChannels}.
* <p>This is always empty in {@link PrivateChannel PrivateChannels} and {@link GroupChannel GroupChannels}.
*
* @return Immutable list of mentioned Members, or an empty list
*/
Expand Down

0 comments on commit c495b94

Please sign in to comment.