Class GuildReadyEvent

  • All Implemented Interfaces:
    GenericEvent

    public class GuildReadyEvent
    extends GenericGuildEvent
    Indicates that a Guild finished setting up
    This event is fired if a guild finished setting up during login phase. After this event is fired, JDA will start dispatching events related to this guild. This indicates a guild was created and added to the cache. It will be fired for both the initial setup and full reconnects (indicated by ReconnectedEvent).

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