Package net.dv8tion.jda.api.events.guild
Class GuildJoinEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.guild.GenericGuildEvent
-
- net.dv8tion.jda.api.events.guild.GuildJoinEvent
-
- All Implemented Interfaces:
GenericEvent
public class GuildJoinEvent extends GenericGuildEvent
Indicates that you joined aGuild
.
This requires that the guild is available when the guild join happens. Otherwise aUnavailableGuildJoinedEvent
is fired instead.Warning: Discord already triggered a mass amount of these events due to a downtime. Be careful!
- See Also:
UnavailableGuildJoinedEvent
-
-
Constructor Summary
Constructors Constructor Description GuildJoinEvent(JDA api, long responseNumber, Guild guild)
-
Method Summary
-
Methods inherited from class net.dv8tion.jda.api.events.guild.GenericGuildEvent
getGuild
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
-