mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-15 22:32:10 +00:00
fx
This commit is contained in:
@@ -160,7 +160,7 @@ class Transcriber(commands.Cog):
|
|||||||
logger.info("Attempt transcribe")
|
logger.info("Attempt transcribe")
|
||||||
vc = None
|
vc = None
|
||||||
if self.bot.voice_clients:
|
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")
|
logger.info("Already transcribing")
|
||||||
else:
|
else:
|
||||||
logger.info("Already connected with other client")
|
logger.info("Already connected with other client")
|
||||||
|
|||||||
Reference in New Issue
Block a user