Package net.dv8tion.jda.api.events.guild
Class GuildLeaveEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.guild.GenericGuildEvent
net.dv8tion.jda.api.events.guild.GuildLeaveEvent
- All Implemented Interfaces:
 GenericEvent
Indicates that you left a 
This requires that the guild is available when the guild leave happens. Otherwise 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 Summary
Constructors - 
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.guild.GenericGuildEvent
getGuildMethods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getRawData, getResponseNumber, toString 
- 
Constructor Details
- 
GuildLeaveEvent
 
 -