Class GuildReadyEvent


  • public class GuildReadyEvent
    extends GenericGuildEvent
    Indicates that a Guild finished setting up
    This event is fired if a guild finished setting up during initial login phase. After this event is fired, JDA will start dispatching events related to this guild.

    Can be used to initialize any services that depend on this guild

    • Constructor Summary

      Constructors 
      Constructor Description
      GuildReadyEvent​(JDA api, long responseNumber, Guild guild)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GuildReadyEvent

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