Class: Discordrb::Events::ThreadCreateEvent
- Defined in:
- lib/discordrb/events/threads.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.
8 9 10 |
# File 'lib/discordrb/events/threads.rb', line 8 def thread @thread end |