Package net.dv8tion.jda.api.events.emote
Class GenericEmoteEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.emote.GenericEmoteEvent
- All Implemented Interfaces:
GenericEvent
- Direct Known Subclasses:
EmoteAddedEvent
,EmoteRemovedEvent
,GenericEmoteUpdateEvent
Indicates that an
Emote
was created/removed/updated.
Requirements
These events require 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.Event
getJDA, getResponseNumber
-
Constructor Details
-
GenericEmoteEvent
-
-
Method Details