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: