Method: Discordrb::Message#channel
- Defined in:
- lib/discordrb/data/message.rb
#channel ⇒ Channel (readonly)
Returns the channel in which this message was sent.
20 21 22 |
# File 'lib/discordrb/data/message.rb', line 20 def channel @channel end |