Method: Discordrb::Message#attachments
- Defined in:
- lib/discordrb/data/message.rb
#attachments ⇒ Array<Attachment> (readonly)
Returns the files attached to this message.
36 37 38 |
# File 'lib/discordrb/data/message.rb', line 36 def @attachments end |