Package net.dv8tion.jda.api.events.guild
Class GuildAvailableEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.guild.GenericGuildEvent
net.dv8tion.jda.api.events.guild.GuildAvailableEvent
- All Implemented Interfaces:
GenericEvent
Indicates that a
This is fired when a guild that was previously marked as unavailable by a
Guild
became available.
This is fired when a guild that was previously marked as unavailable by a
GuildUnavailableEvent
has become available again.
Can be used to detect that a Guild will now start sending events and can be interacted with.
-
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, getRawData, getResponseNumber, toString
-
Constructor Details
-
GuildAvailableEvent
-