remove sleep

This commit is contained in:
AF 2023-08-25 01:53:14 +00:00
parent 58ce900757
commit 4c5a034187

View File

@ -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: