Package net.dv8tion.jda.api.events.emoji
Class EmojiAddedEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.emoji.GenericEmojiEvent
net.dv8tion.jda.api.events.emoji.EmojiAddedEvent
- All Implemented Interfaces:
GenericEvent
Indicates that a new
Custom Emoji
was added to a Guild
.
Requirements
This event requires the EMOJI
CacheFlag to be enabled, which requires
the GUILD_EXPRESSIONS
intent.
createLight(String)
disables that CacheFlag by default!
-
Constructor Summary
-
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.emoji.GenericEmojiEvent
getEmoji, getGuild, isManaged
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getRawData, getResponseNumber, toString
-
Constructor Details
-
EmojiAddedEvent
-