Class: OnyxCord::Events::ThreadCreateEvent
- Defined in:
- lib/onyxcord/events/thread/base.rb
Overview
Raised when a thread is created
Direct Known Subclasses
Instance Attribute Summary collapse
-
#thread ⇒ Channel
readonly
The thread in question.
Attributes inherited from Event
Instance Attribute Details
#thread ⇒ Channel (readonly)
Returns the thread in question.
9 10 11 |
# File 'lib/onyxcord/events/thread/base.rb', line 9 def thread @thread end |