Class DiscordMessageReactionEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.discord.DiscordEvent
tv.phantombot.event.discord.reaction.DiscordReactionEvent
tv.phantombot.event.discord.reaction.DiscordMessageReactionEvent
- Author:
- Branden
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The type of reaction, either a "add" or "remove". -
Constructor Summary
ConstructorsConstructorDescriptionClass constructor.Class constructor. -
Method Summary
Methods inherited from class tv.phantombot.event.discord.DiscordEvent
getChannel, getChannelId, getDiscordChannel, getDiscordMessage, getDiscordUser, getDiscordVoiceChannel, getDiscriminator, getMention, getMessage, getSender, getSenderId, getUsername
-
Constructor Details
-
DiscordMessageReactionEvent
Class constructor.- Parameters:
event
-type
-
-
DiscordMessageReactionEvent
Class constructor.- Parameters:
event
-type
-
-
-
Method Details
-
getReactionEmoji
Method that gets the reaction object.- Returns:
-
getType
Method that gets the type of reaction.- Returns:
-
getEvent
Method that returns the event object.- Returns:
-