Package net.dv8tion.jda.api.events.guild
Class GuildUnavailableEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.guild.GenericGuildEvent
net.dv8tion.jda.api.events.guild.GuildUnavailableEvent
- All Implemented Interfaces:
GenericEvent
Indicates that a
Possibly due to a downtime or an outage. When it becomes available again a
Guild
became unavailable.
Possibly due to a downtime or an outage. When it becomes available again a
GuildAvailableEvent
will be fired.
Can be used to detect that a Guild stopped responding.
-
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
-
GuildUnavailableEvent
-