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
public class EmoteRemovedEvent extends GenericEmoteEvent
Indicates that anEmote
was removed from a Guild.Requirements
This event requires the
EMOTE
CacheFlag to be enabled, which requires theGUILD_EMOJIS
intent.createLight(String)
disables that CacheFlag by default!
-
-
Constructor Summary
Constructors Constructor Description EmoteRemovedEvent(JDA api, long responseNumber, Emote emote)
-
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
-
-