diff --git a/alexBot/cogs/voiceTTS.py b/alexBot/cogs/voiceTTS.py index ec9c519..ddb72c8 100644 --- a/alexBot/cogs/voiceTTS.py +++ b/alexBot/cogs/voiceTTS.py @@ -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(