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
-
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.guild.GenericGuildEvent
getGuild
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
Constructor Details
-
GuildLeaveEvent
-