Package net.dv8tion.jda.api.events.guild
Events for the state of
This includes events that indicate whether a Guild becomes (un-)available!
Guilds
such as whether the current logged in account joins/leaves a Guild.
This includes events that indicate whether a Guild becomes (un-)available!
-
Class Summary Class Description GenericGuildEvent Indicates that aGuild
event is fired.GuildAvailableEvent Indicates that aGuild
became available.GuildBanEvent GuildJoinEvent Indicates that you joined aGuild
.GuildLeaveEvent Indicates that you left aGuild
.GuildReadyEvent Indicates that aGuild
finished setting up
This event is fired if a guild finished setting up during login phase.GuildTimeoutEvent Indicates that a guild failed to ready up and timed out.GuildUnavailableEvent Indicates that aGuild
became unavailable.GuildUnbanEvent UnavailableGuildJoinedEvent Indicates that you joined aGuild
that is not yet available.UnavailableGuildLeaveEvent Indicates that you left aGuild
that is not yet available.