Class GuildMemberJoinEvent

All Implemented Interfaces:
GenericEvent

public class GuildMemberJoinEvent extends GenericGuildMemberEvent
Indicates that a Member joined a Guild.

Can be used to retrieve members who join a guild.

Requirements

This event requires the GUILD_MEMBERS intent to be enabled.
createDefault(String) and createLight(String) disable this by default!

  • Constructor Details

    • GuildMemberJoinEvent

      public GuildMemberJoinEvent(@Nonnull JDA api, long responseNumber, @Nonnull Member member)