Module: Discorb::Connectable
- Defined in:
- lib/discorb/voice/extend.rb
Instance Method Summary collapse
Instance Method Details
#connect ⇒ Object
71 72 73 74 75 |
# File 'lib/discorb/voice/extend.rb', line 71 def connect Async do @client.connect_to(self).wait end end |