Class: Discordrb::Events::ReactionRemoveEmojiEvent

Inherits:
ReactionRemoveAllEvent show all
Defined in:
lib/discordrb/events/reactions.rb

Overview

Event raised when all instances of a single reaction are removed from a message.

Instance Attribute Summary collapse

Attributes included from Respondable

#channel

Attributes inherited from Event

#bot

Method Summary

Methods inherited from ReactionRemoveAllEvent

#channel, #message

Methods included from Respondable

#<<, #drain, #drain_into, #send_embed, #send_message, #send_message!, #send_temporary_message

Instance Attribute Details

#emojiEmoji (readonly)

Returns the emoji that was removed.

Returns:

  • (Emoji)

    the emoji that was removed.



186
187
188
# File 'lib/discordrb/events/reactions.rb', line 186

def emoji
  @emoji
end