mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-17 07:12:09 +00:00
Fix
This commit is contained in:
@@ -146,7 +146,7 @@ class Transcriber(commands.Cog):
|
|||||||
if not voice_client.is_connected():
|
if not voice_client.is_connected():
|
||||||
logger.info("Connecting to voice")
|
logger.info("Connecting to voice")
|
||||||
voice_client = await ctx.author.voice.channel.connect(cls=voice_recv.VoiceRecvClient)
|
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")
|
logger.info("Connected")
|
||||||
|
|
||||||
@commands.command(name="stop_transcribe")
|
@commands.command(name="stop_transcribe")
|
||||||
|
|||||||
Reference in New Issue
Block a user