mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 05:17:24 +08:00
Update runtime.py
This commit is contained in:
parent
391a183402
commit
b284e52203
@ -40,9 +40,7 @@ async def _(bot: T_Bot, event: T_MessageEvent):
|
|||||||
debug=True,
|
debug=True,
|
||||||
wait=1
|
wait=1
|
||||||
)
|
)
|
||||||
print(image)
|
|
||||||
image = await png_to_jpg(image)
|
image = await png_to_jpg(image)
|
||||||
print(image)
|
|
||||||
await stats.finish(MessageSegment.image(image))
|
await stats.finish(MessageSegment.image(image))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user