Method: Discordrb::EventContainer#raw
- Defined in:
- lib/discordrb/container.rb
#raw(attributes = {}) {|event| ... } ⇒ RawEventHandler
This event is raised for every dispatch received over the gateway, whether supported by discordrb or not.
585 586 587 |
# File 'lib/discordrb/container.rb', line 585 def raw(attributes = {}, &block) register_event(RawEvent, attributes, block) end |