mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
fx
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user