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
Indicates that you joined a 
This requires that the guild is available when the guild join happens. Otherwise a
Guild.
 This requires that the guild is available when the guild join happens. Otherwise a
UnavailableGuildJoinedEvent is fired instead.
 Warning: Discord already triggered a mass amount of these events due to a downtime. Be careful!
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.dv8tion.jda.api.events.guild.GenericGuildEventgetGuildMethods inherited from class net.dv8tion.jda.api.events.EventgetJDA, getRawData, getResponseNumber, toString
- 
Constructor Details- 
GuildJoinEvent
 
-