Method: Discordrb::Message#from_bot?

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

#from_bot?true, false

Returns whether this message was sent by the current Bot.

Returns:

  • (true, false)

    whether this message was sent by the current Bot.



254
255
256
# File 'lib/discordrb/data/message.rb', line 254

def from_bot?
  @author&.current_bot?
end