Class GuildLeaveEvent

All Implemented Interfaces:
GenericEvent

public class GuildLeaveEvent extends GenericGuildEvent
Indicates that you left a Guild.
This requires that the guild is available when the guild leave happens. Otherwise a UnavailableGuildLeaveEvent is fired instead.

Can be used to detect when you leave a Guild.

See Also:
  • Constructor Details