Skip to content

Commit

Permalink
Fix docs in GuildBanEvent (#2460)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuryyx committed May 1, 2023
1 parent 8cdd548 commit 1f0f73f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -27,11 +27,11 @@
* <p>Can be used to retrieve the user who was banned (if available) and the triggering guild.
* <br><b>Note</b>: This does not directly indicate that a Member is removed from the Guild!
*
* @see net.dv8tion.jda.api.events.guild.member.GuildMemberRemoveEvent GuildMemberRemoveEvent
*
* <p><b>Requirements</b><br>
*
* <p>This event requires the {@link net.dv8tion.jda.api.requests.GatewayIntent#GUILD_MODERATION GUILD_MODERATION} intent to be enabled.
*
* @see net.dv8tion.jda.api.events.guild.member.GuildMemberRemoveEvent
*/
public class GuildBanEvent extends GenericGuildEvent
{
Expand Down

0 comments on commit 1f0f73f

Please sign in to comment.