diff --git a/voice_recognition.py b/voice_recognition.py index a1afd80..48ebf6a 100644 --- a/voice_recognition.py +++ b/voice_recognition.py @@ -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")