Method: Discordrb::Channel#join_thread

Defined in:
lib/discordrb/data/channel.rb

#join_threadObject

Join this thread.



1039
1040
1041
# File 'lib/discordrb/data/channel.rb', line 1039

def join_thread
  @bot.join_thread(@id)
end