mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 16:51:26 +00:00
reformat
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user