Package net.dv8tion.jda.api.events.emote
Class EmoteRemovedEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.emote.GenericEmoteEvent
net.dv8tion.jda.api.events.emote.EmoteRemovedEvent
- All Implemented Interfaces:
GenericEvent
Indicates that an
Emote
was removed from a Guild.
Requirements
This event requires the EMOTE
CacheFlag to be enabled, which requires
the GUILD_EMOJIS
intent.
createLight(String)
disables that CacheFlag by default!
-
Constructor Summary
-
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.emote.GenericEmoteEvent
getEmote, getGuild, isManaged
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
Constructor Details
-
EmoteRemovedEvent
-