mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
fx
This commit is contained in:
@@ -158,6 +158,7 @@ class Transcriber(commands.Cog):
|
||||
vc = await ctx.author.voice.channel.connect(cls=voice_recv.VoiceRecvClient)
|
||||
logger.info(self.bot.voice_clients)
|
||||
vc.listen(self.wsink)
|
||||
self.check_data.start()
|
||||
|
||||
@tasks.loop(seconds=5)
|
||||
async def check_data(self):
|
||||
|
||||
Reference in New Issue
Block a user