Module: Discorb::Connectable
- Included in:
- StageChannel, VoiceChannel
- Defined in:
- lib/discorb/modules.rb
Overview
Module for connecting to a voice channel. This will be discord-voice gem.
Instance Method Summary collapse
Instance Method Details
#connect -> Object
218 219 220 |
# File 'lib/discorb/modules.rb', line 218 def connect raise NotImplementedError, "This method is implemented by discord-voice gem." end |