mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 06:31:41 +08:00
reformat
This commit is contained in:
parent
7eb49624c3
commit
0b7980a4a4
@ -293,7 +293,8 @@ class CommandSession(BaseSession):
|
|||||||
self._current_arg_images = None
|
self._current_arg_images = None
|
||||||
self.refresh(ctx, current_arg=current_arg) # fill the above
|
self.refresh(ctx, current_arg=current_arg) # fill the above
|
||||||
|
|
||||||
self._run_future = partial(asyncio.run_coroutine_threadsafe, loop=bot.loop)
|
self._run_future = partial(asyncio.run_coroutine_threadsafe,
|
||||||
|
loop=bot.loop)
|
||||||
|
|
||||||
self._state: State_T = {}
|
self._state: State_T = {}
|
||||||
if args:
|
if args:
|
||||||
|
Loading…
Reference in New Issue
Block a user