Module: RubyCord::Internal::Connectable

Included in:
Guild::StageChannel, Guild::VoiceChannel
Defined in:
lib/rubycord/internal/connectable.rb

Overview

Module for connecting to a voice channel. This will be discord-voice gem.

Instance Method Summary collapse

Instance Method Details

#connectObject

Raises:

  • (NotImplementedError)


6
7
8
9
# File 'lib/rubycord/internal/connectable.rb', line 6

def connect
  raise NotImplementedError,
        "This method is implemented by discord-voice gem."
end