From 4c5a0341872d8cb3ad2850978a16d19e65bfad9a Mon Sep 17 00:00:00 2001 From: timofey Date: Fri, 25 Aug 2023 01:53:14 +0000 Subject: [PATCH] remove `sleep` --- starbot/starbot/stars.py | 1 - 1 file changed, 1 deletion(-) diff --git a/starbot/starbot/stars.py b/starbot/starbot/stars.py index 645ad2c..50c7018 100644 --- a/starbot/starbot/stars.py +++ b/starbot/starbot/stars.py @@ -179,7 +179,6 @@ class StarEventCtx: async def on(self) -> None: async with self.states.reserve(self.message_id) as state, state as guard, guard: await self._on() - await asyncio.sleep(10) class ReactionCtx: