mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Fix
This commit is contained in:
@@ -146,7 +146,7 @@ class Transcriber(commands.Cog):
|
||||
if not voice_client.is_connected():
|
||||
logger.info("Connecting to voice")
|
||||
voice_client = await ctx.author.voice.channel.connect(cls=voice_recv.VoiceRecvClient)
|
||||
voice_client.listen(self.wsink)
|
||||
voice_client.listen(self.wsink)
|
||||
logger.info("Connected")
|
||||
|
||||
@commands.command(name="stop_transcribe")
|
||||
|
||||
Reference in New Issue
Block a user