Method: Discordrb::Await#attributes

Defined in:
lib/discordrb/await.rb

#attributesHash (readonly)

The attributes of the event that will be listened for.

Returns:

  • (Hash)

    A hash of attributes.



26
27
28
# File 'lib/discordrb/await.rb', line 26

def attributes
  @attributes
end