Class GuildUnavailableEvent


  • public class GuildUnavailableEvent
    extends GenericGuildEvent
    Indicates that a Guild became unavailable.
    Possibly due to a downtime or an outage.

    Can be used to detect that a Guild stopped responding.

    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GuildUnavailableEvent

        public GuildUnavailableEvent​(JDA api,
                                     long responseNumber,
                                     Guild guild)