Method: Discordrb::Message#reactions?

Defined in:
lib/discordrb/data/message.rb

#reactions?true, false

Check if any reactions were used in this message.

Returns:

  • (true, false)

    whether or not this message has reactions



279
280
281
# File 'lib/discordrb/data/message.rb', line 279

def reactions?
  !@reactions.empty?
end