Method: Discordrb::Message#reply?
- Defined in:
- lib/discordrb/data/message.rb
#reply? ⇒ true, false
Whether or not this message was sent in reply to another message
373 374 375 |
# File 'lib/discordrb/data/message.rb', line 373 def reply? !@referenced_message.nil? end |