Class GuildAvailableEvent

All Implemented Interfaces:
GenericEvent

public class GuildAvailableEvent extends GenericGuildEvent
Indicates that 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 Details