mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-28 05:40:54 +00:00
Update runtime.py
This commit is contained in:
@ -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))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user