Class: Discordrb::Events::ThreadMembersUpdateEventHandler
- Inherits:
-
ThreadCreateEventHandler
- Object
- EventHandler
- ThreadCreateEventHandler
- Discordrb::Events::ThreadMembersUpdateEventHandler
- Defined in:
- lib/discordrb/events/threads.rb
Overview
Event handler for ThreadMembersUpdateEvent
Instance Method Summary collapse
Methods inherited from EventHandler
#after_call, #call, #initialize, #match, #matches_all
Constructor Details
This class inherits a constructor from Discordrb::Events::EventHandler
Instance Method Details
#matches?(event) ⇒ Boolean
89 90 91 92 93 94 |
# File 'lib/discordrb/events/threads.rb', line 89 def matches?(event) # Check for the proper event type return false unless event.is_a? ThreadMembersUpdateEvent super end |