This commit is contained in:
2024-09-19 16:45:36 +02:00
parent 8b134ddcc9
commit 73b7a4bfa4
+1 -1
View File
@@ -160,7 +160,7 @@ class Transcriber(commands.Cog):
logger.info("Attempt transcribe")
vc = None
if self.bot.voice_clients:
if isinstance(self.bot.voicce_clients[0], voice_recv.VoiceRecvClient):
if isinstance(self.bot.voice_clients[0], voice_recv.VoiceRecvClient):
logger.info("Already transcribing")
else:
logger.info("Already connected with other client")