GraiaProject / Avilla

The next-gen framework for IM development. Powered by Graia Project.
MIT License
160 stars 14 forks source link

feat(onebot11): reply in send_message() #158

Closed SerinaNya closed 7 months ago

SerinaNya commented 7 months ago
async def _(ctx: Context, message: Message):
    await ctx.scene.send_message(..., reply=message)

reply=message doesn't work