This commit is contained in:
2024-09-19 12:53:38 +02:00
parent 12efaceaf6
commit 3930b940e8
+1 -1
View File
@@ -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")