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 aGuildevent is fired.GuildAvailableEvent Indicates that aGuildbecame available.GuildBanEvent GuildJoinEvent Indicates that you joined aGuild.GuildLeaveEvent Indicates that you left aGuild.GuildReadyEvent Indicates that aGuildfinished 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 aGuildbecame unavailable.GuildUnbanEvent UnavailableGuildJoinedEvent Indicates that you joined aGuildthat is not yet available.UnavailableGuildLeaveEvent Indicates that you left aGuildthat is not yet available.