mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 15:52:10 +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)
|
vc = await ctx.author.voice.channel.connect(cls=voice_recv.VoiceRecvClient)
|
||||||
logger.info(self.bot.voice_clients)
|
logger.info(self.bot.voice_clients)
|
||||||
vc.listen(self.wsink)
|
vc.listen(self.wsink)
|
||||||
|
self.check_data.start()
|
||||||
|
|
||||||
@tasks.loop(seconds=5)
|
@tasks.loop(seconds=5)
|
||||||
async def check_data(self):
|
async def check_data(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user