audio module¶
Audio¶
-
class
shellbot.plugins.audio.setup.Audio(*args, **kwargs)¶ Implement the audio plugin. Since there are many audio commands, documentation for those commands is dropped and can be retrieved by consulting the audio reference.
-
connect(ctx)¶ Implement the
connectcommand.Parameters: ctx ( Context) – The command context.Raise: VoiceError
-
disconnect(ctx)¶ Implement the
disconnectcommand.Parameters: ctx ( Context) – The command context.Raise: VoiceError
-