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
184 185 186 |
# File 'lib/discorb/modules.rb', line 184 def connect raise NotImplementedError, "This method is implemented by discord-voice gem." end |