remove sleep
This commit is contained in:
parent
58ce900757
commit
4c5a034187
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user