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 Summary
-
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
-
Constructor Details
-
GuildJoinEvent
-