mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-15 22:32:10 +00:00
fx
This commit is contained in:
@@ -159,9 +159,10 @@ class Transcriber(commands.Cog):
|
|||||||
async def test(self, ctx):
|
async def test(self, ctx):
|
||||||
logger.info("Attempt transcribe")
|
logger.info("Attempt transcribe")
|
||||||
vc = None
|
vc = None
|
||||||
vc = await ctx.author.voice.channel.connect(cls=voice_recv.VoiceRecvClient)
|
|
||||||
logger.info(self.bot.voice_clients)
|
logger.info(self.bot.voice_clients)
|
||||||
logger.info("Connected")
|
logger.info("Connected")
|
||||||
|
vc = await ctx.author.voice.channel.connect(cls=voice_recv.VoiceRecvClient)
|
||||||
|
logger.info(self.bot.voice_clients)
|
||||||
vc.listen(self.wsink)
|
vc.listen(self.wsink)
|
||||||
|
|
||||||
@commands.command(name="stop_transcribe")
|
@commands.command(name="stop_transcribe")
|
||||||
|
|||||||
Reference in New Issue
Block a user