Skip to content

Commit

Permalink
yeet
Browse files Browse the repository at this point in the history
  • Loading branch information
mralext20 committed Sep 12, 2023
1 parent 04c6236 commit 47c5277
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions alexBot/cogs/voiceTTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ async def queue_handler(self, instance: TTSInstance):
instance.voiceClient.play(next, after=self.after)
await asyncio.sleep(0.25)
finally:
if instance.queue:
await self.queue_handler(instance)
self.running_queue_handlers[instance.voiceClient.guild.id] = False

async def model_autocomplete(
Expand Down

0 comments on commit 47c5277

Please sign in to comment.