diff --git a/async-bot.py b/async-bot.py index 1d165a6..08c06c3 100644 --- a/async-bot.py +++ b/async-bot.py @@ -89,8 +89,6 @@ class AsyncBotManager: "index": index }) await asyncio.sleep(0.25) - else: - await asyncio.sleep(0.001) async def __aenter__(self): self._listener_task = asyncio.create_task(self.listener())