Package net.dv8tion.jda.api.events.emoji
Class EmojiRemovedEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.emoji.GenericEmojiEvent
net.dv8tion.jda.api.events.emoji.EmojiRemovedEvent
- All Implemented Interfaces:
GenericEvent
Indicates that a
Custom Emoji
was removed from 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
-
EmojiRemovedEvent
-